com.caucho.hessian.io
Class FloatHandle

java.lang.Object
  extended by com.caucho.hessian.io.FloatHandle
All Implemented Interfaces:
Serializable

public class FloatHandle
extends Object
implements Serializable

Handle for Java Float objects.

See Also:
Serialized Form

Constructor Summary
FloatHandle(float value)
           
 
Method Summary
 float getValue()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatHandle

public FloatHandle(float value)
Method Detail

getValue

public float getValue()

readResolve

public Object readResolve()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.