| Class | Description |
|---|---|
| Readable2DArrayBinary |
A wrapper for 2D Array that is readable.
|
| ReadableArrayBinary<V> |
A wrapper for
List that is readable. |
| ReadableListBinary<V> |
A wrapper for
List that is readable. |
| ReadableMapBinary<K,V> |
A wrapper for
Map that is readable. |
| ReadWritableIndependentPair<A,B> |
Base class for writing any independent pair.
|
| ReadWriteableByte |
A wrapper around byte that can be read and written.
|
| ReadWriteableDouble |
A wrapper around double that can be read and written.
|
| ReadWriteableFloat |
A wrapper around float that can be read and written.
|
| ReadWriteableInt |
A wrapper around int that can be read and written.
|
| ReadWriteableListBinary<V> | |
| ReadWriteableLong |
A wrapper around long that can be read and written.
|
| ReadWriteableShort |
A wrapper around short that can be read and written.
|
| ReadWriteableString |
A wrapper around a String that can be read and written.
|
| Writeable2DArrayBinary |
A wrapper for an array that is writeable.
|
| WriteableArrayBinary<V> |
A wrapper for an array that is writeable.
|
| WriteableListBinary<V> |
A wrapper for
List that is writeable. |
| WriteableMapBinary<K,V> |
A wrapper for
Map that is writeable. |