|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.msgpack.value.impl.AbstractValueRef
org.msgpack.value.impl.AbstractValue
public abstract class AbstractValue
Base implementation of MessagePackValue
Field Summary |
---|
Fields inherited from class org.msgpack.value.impl.AbstractValueRef |
---|
NUMBER_TYPE_MASK, RAW_TYPE_MASK |
Constructor Summary | |
---|---|
AbstractValue()
|
Method Summary | |
---|---|
boolean |
isRef()
Test whether this value is a reference of not. |
Methods inherited from class org.msgpack.value.impl.AbstractValueRef |
---|
as, as, asArrayValue, asBinary, asBoolean, asExtended, asFloat, asInteger, asMapValue, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.msgpack.value.Value |
---|
asArrayValue, asMapValue |
Methods inherited from interface org.msgpack.value.ValueRef |
---|
accept, asBinary, asBoolean, asExtended, asFloat, asInteger, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, getValueType, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isString, toValue, writeTo |
Constructor Detail |
---|
public AbstractValue()
Method Detail |
---|
public boolean isRef()
ValueRef
isRef
in interface ValueRef
isRef
in class AbstractValueRef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |