Package | Description |
---|---|
org.apache.directory.server.core.avltree | |
org.apache.directory.server.core.partition.impl.btree.jdbm |
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<K> array)
Create a cursor on an ArrayTree
|
Modifier and Type | Method and Description |
---|---|
Marshaller<ArrayTree<V>> |
JdbmTable.getMarshaller() |
Constructor and Description |
---|
KeyTupleArrayCursor(ArrayTree<V> arrayTree,
K key)
Creates a Cursor over the tuples of an ArrayTree.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.