API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. FloatHolder View Source
Author(s)
Since
JDK1.2
Version
1.14, 09/09/97
Serial
Hierarchy
 Object
      FloatHolder
Implements
 Streamable
Subclasses
Description
publicfinal class FloatHolder
  The Holder for Float.
See also:   
Constructors
public FloatHolder ()
Constructs a new FloatHolder object with its value field initialized to 0.0.
public FloatHolder (float initial)
  Constructs a new FloatHolder object for the given float.
Methods
Hide/Show inherited methods
public void _read (InputStream input) [Specified in Streamable]
  Read a float from an input stream and initialize the value member with the float value.
public TypeCode _type () [Specified in Streamable]
  Return the TypeCode of this Streamable.
public void _write (OutputStream output) [Specified in Streamable]
  Write the float value into an output stream.
Fields
Hide/Show inherited fields
public float value
The float value held by this FloatHolder object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar