public final class DoubleHolder extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
double |
value |
Constructor and Description |
---|
DoubleHolder() |
DoubleHolder(double initial) |
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream is) |
TypeCode |
_type() |
void |
_write(OutputStream os) |
public DoubleHolder()
public DoubleHolder(double initial)
public void _read(InputStream is)
_read
in interface Streamable
public void _write(OutputStream os)
_write
in interface Streamable
public TypeCode _type()
_type
in interface Streamable
Copyright © 2016 JacORB. All rights reserved.