| Package | Description |
|---|---|
| org.apache.directory.server.core.avltree |
| Modifier and Type | Method and Description |
|---|---|
SingletonOrOrderedSet<V> |
LinkedAvlMapNode.getValue() |
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
|
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
|
| 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) |
Copyright © 2021. All rights reserved.