Uses of Class
org.msgpack.type.IntegerValue

Packages that use IntegerValue
org.msgpack.type   
 

Uses of IntegerValue in org.msgpack.type
 

Methods in org.msgpack.type that return IntegerValue
 IntegerValue Value.asIntegerValue()
           
 IntegerValue NumberValue.asIntegerValue()
           
 IntegerValue IntegerValue.asIntegerValue()
           
static IntegerValue ValueFactory.createIntegerValue(BigInteger v)
           
static IntegerValue ValueFactory.createIntegerValue(byte v)
           
static IntegerValue ValueFactory.createIntegerValue(int v)
           
static IntegerValue ValueFactory.createIntegerValue(long v)
           
static IntegerValue ValueFactory.createIntegerValue(short v)
           
 



Copyright © 2011. All Rights Reserved.