| Package | Description |
|---|---|
| org.apache.directory.server.core.avltree | |
| org.apache.directory.server.core.partition.impl.btree.jdbm |
| Class and Description |
|---|
| ArrayTree
A data structure simulating a tree (ie, a sorted list of elements) using an array.
|
| AvlSingletonOrOrderedSetCursor
A Cursor for AvlTreeMap without duplicates.
|
| AvlTree
The interface for an AVL Tree.
|
| AvlTreeMap
An interface to the AVL tree based map.
|
| DefaultMarshaller
A Marshaller which uses default Java Serialization.
|
| LinkedAvlMapNode
A linked AVL tree node with support to store value along with a key.
|
| LinkedAvlNode
A linked AVL tree node.
|
| Marshaller
An interface to marshall/unmarshal the AVLTree keys.
|
| SingletonOrOrderedSet
Stores either a single object or many of them in an AvlTree.
|
| Class and Description |
|---|
| ArrayTree
A data structure simulating a tree (ie, a sorted list of elements) using an array.
|
| Marshaller
An interface to marshall/unmarshal the AVLTree keys.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.