| Package | Description |
|---|---|
| org.apache.directory.server.core.avltree | |
| org.apache.directory.server.xdbm.impl.avl |
| Modifier and Type | Field and Description |
|---|---|
(package private) SingletonOrOrderedSet<V> |
LinkedAvlMapNode.value
the value stored in the node
|
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.cursor.Tuple<K,SingletonOrOrderedSet<V>> |
AvlSingletonOrOrderedSetCursor.returnedTuple |
| Modifier and Type | Method and Description |
|---|---|
SingletonOrOrderedSet<V> |
LinkedAvlMapNode.getValue() |
SingletonOrOrderedSet<V> |
AvlTreeMapImpl.remove(K key)
Removes a node associated with the given key
The entire node will be removed irrespective of whether duplicate keys
are enabled or not
|
SingletonOrOrderedSet<V> |
AvlTreeMap.remove(K key)
Removes a node associated with the given key
The entire node will be removed irrespective of whether duplicate keys
are enabled or not
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.model.cursor.Tuple<K,SingletonOrOrderedSet<V>> |
AvlSingletonOrOrderedSetCursor.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
AvlSingletonOrOrderedSetCursor.afterValue(K key,
SingletonOrOrderedSet<V> value) |
void |
AvlSingletonOrOrderedSetCursor.beforeValue(K key,
SingletonOrOrderedSet<V> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AvlSingletonOrOrderedSetCursor.after(org.apache.directory.api.ldap.model.cursor.Tuple<K,SingletonOrOrderedSet<V>> element) |
void |
AvlSingletonOrOrderedSetCursor.before(org.apache.directory.api.ldap.model.cursor.Tuple<K,SingletonOrOrderedSet<V>> element) |
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.cursor.Tuple<K,SingletonOrOrderedSet<V>> |
AvlTableDupsCursor.wrappedTuple
The current Tuple returned from the wrapped cursor.
|