| Modifier and Type | Method and Description |
|---|---|
ArrayTree<E> |
ArrayMarshaller.deserialize(byte[] data)
Creates an Array from given bytes of data.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ArrayMarshaller.serialize(ArrayTree<E> tree)
Marshals the given tree to bytes
|
| Constructor and Description |
|---|
ArrayTreeCursor(ArrayTree<E> array)
Create a cursor on an ArrayTree
|
| Modifier and Type | Method and Description |
|---|---|
Marshaller<ArrayTree<V>> |
JdbmTable.getMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
ArrayTree<V> |
MavibotTable.getDupsContainer(byte[] serialized) |
| Constructor and Description |
|---|
KeyTupleArrayCursor(ArrayTree<V> arrayTree,
K key)
Creates a Cursor over the tuples of an ArrayTree.
|
Copyright © 2021. All rights reserved.