| Modifier and Type | Field and Description |
|---|---|
private ArrayTree<E> |
ArrayTreeCursor.array
The underlying ArrayTree
|
| 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 | Field and Description |
|---|---|
private ArrayTree<V> |
DupsContainer.arrayTree |
| Modifier and Type | Field and Description |
|---|---|
(package private) Marshaller<ArrayTree<V>> |
JdbmTable.marshaller
A marshaller used to serialize/deserialize values stored in the Table
|
| Modifier and Type | Method and Description |
|---|---|
private ArrayTree<V> |
JdbmTable.convertToArrayTree(jdbm.btree.BTree bTree) |
(package private) ArrayTree<V> |
DupsContainer.getArrayTree() |
| Modifier and Type | Method and Description |
|---|---|
Marshaller<ArrayTree<V>> |
JdbmTable.getMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
private jdbm.btree.BTree<V,K> |
JdbmTable.convertToBTree(ArrayTree<V> arrayTree) |
private byte[] |
IndexValueSerializer.serialize(ArrayTree<?> arrayTree)
Serialize a AvlTree value
|
| Constructor and Description |
|---|
DupsContainer(ArrayTree<V> arrayTree) |
| 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.
|