org.msgpack.type
クラス IntegerValue
java.lang.Object
java.lang.Number
org.msgpack.type.NumberValue
org.msgpack.type.IntegerValue
- すべての実装されたインタフェース:
- java.io.Serializable, Value
public abstract class IntegerValue
- extends NumberValue
- 関連項目:
- 直列化された形式
クラス org.msgpack.type.NumberValue から継承されたメソッド |
asArrayValue, asBooleanValue, asFloatValue, asMapValue, asNilValue, asRawValue, bigIntegerValue, isArrayValue, isBooleanValue, isFloatValue, isMapValue, isNilValue, isRawValue |
クラス java.lang.Number から継承されたメソッド |
byteValue, doubleValue, floatValue, intValue, longValue, shortValue |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerValue
public IntegerValue()
getType
public ValueType getType()
isIntegerValue
public boolean isIntegerValue()
- 定義:
- インタフェース
Value
内の isIntegerValue
- オーバーライド:
- クラス
NumberValue
内の isIntegerValue
asIntegerValue
public IntegerValue asIntegerValue()
- 定義:
- インタフェース
Value
内の asIntegerValue
- オーバーライド:
- クラス
NumberValue
内の asIntegerValue
getByte
public abstract byte getByte()
getShort
public abstract short getShort()
getInt
public abstract int getInt()
getLong
public abstract long getLong()
getBigInteger
public java.math.BigInteger getBigInteger()
Copyright © 2011. All Rights Reserved.