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