| Package | Description |
|---|---|
| org.apache.directory.server.core.avltree | |
| org.apache.directory.server.xdbm.impl.avl |
| Modifier and Type | Field and Description |
|---|---|
private AvlSingletonOrOrderedSetCursor<K,V> |
AvlTreeMapNoDupsWrapperCursor.wrapped |
| Constructor and Description |
|---|
AvlTreeMapNoDupsWrapperCursor(AvlSingletonOrOrderedSetCursor<K,V> wrapped) |
| Modifier and Type | Field and Description |
|---|---|
private AvlSingletonOrOrderedSetCursor<K,V> |
AvlTableDupsCursor.wrappedCursor
The underlying wrapped cursor which returns Tuples whose values are
either V objects or AvlTree objects.
|