Uses of Class
org.msgpack.type.FloatValue

Packages that use FloatValue
org.msgpack.type   
 

Uses of FloatValue in org.msgpack.type
 

Methods in org.msgpack.type that return FloatValue
 FloatValue Value.asFloatValue()
           
 FloatValue NumberValue.asFloatValue()
           
 FloatValue FloatValue.asFloatValue()
           
static FloatValue ValueFactory.createFloatValue(double v)
           
static FloatValue ValueFactory.createFloatValue(float v)
           
 



Copyright © 2011. All Rights Reserved.