public final class KeySortedCollectionHolder extends java.lang.Object implements Streamable
Modifier and Type | Field and Description |
---|---|
KeySortedCollection |
value |
Constructor and Description |
---|
KeySortedCollectionHolder() |
KeySortedCollectionHolder(KeySortedCollection initial) |
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream in) |
TypeCode |
_type() |
void |
_write(OutputStream _out) |
public KeySortedCollection value
public KeySortedCollectionHolder()
public KeySortedCollectionHolder(KeySortedCollection initial)
public TypeCode _type()
_type
in interface Streamable
public void _read(InputStream in)
_read
in interface Streamable
public void _write(OutputStream _out)
_write
in interface Streamable