| 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.
|
| AvlTreeCursor
A Cursor for an AvlTree.
|
| 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.
|
| Position
Enum to track the position of a cursor.
|
| 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.
|
| Class and Description |
|---|
| ArrayMarshaller
Class to serialize the Array data.
|
| ArrayTree
A data structure simulating a tree (ie, a sorted list of elements) using an array.
|
| Class and Description |
|---|
| ArrayTree
A data structure simulating a tree (ie, a sorted list of elements) using an array.
|
| ArrayTreeCursor
A Cursor for an ArrayTree.
|
| Class and Description |
|---|
| AvlSingletonOrOrderedSetCursor
A Cursor for AvlTreeMap without duplicates.
|
| AvlTreeMap
An interface to the AVL tree based map.
|
| SingletonOrOrderedSet
Stores either a single object or many of them in an AvlTree.
|