| Package | Description |
|---|---|
| org.apache.directory.server.core.avltree | |
| org.apache.directory.server.xdbm.impl.avl |
| Modifier and Type | Class and Description |
|---|---|
class |
AvlTreeMapImpl<K,V>
An AvlTreeMap implementation with support to store both key and value.
|
| Modifier and Type | Field and Description |
|---|---|
private AvlTreeMap<K,V> |
AvlSingletonOrOrderedSetCursor.tree
The underlying AVL tree map
|
| Constructor and Description |
|---|
AvlSingletonOrOrderedSetCursor(AvlTreeMap<K,V> tree) |
| Modifier and Type | Field and Description |
|---|---|
private AvlTreeMap<K,V> |
AvlTable.avl |
| Modifier and Type | Method and Description |
|---|---|
(package private) AvlTreeMap<K,V> |
AvlTable.getAvlTreeMap()
Returns the internal AvlTreeMap so other classes like Cursors
in the same package can access it.
|