Package | Description |
---|---|
org.apache.directory.server.core.partition.impl.btree.jdbm |
Modifier and Type | Method and Description |
---|---|
Tuple<K,DupsContainer<V>> |
DupsContainerCursor.get() |
Modifier and Type | Method and Description |
---|---|
void |
DupsContainerCursor.afterValue(K key,
DupsContainer<V> value) |
void |
DupsContainerCursor.beforeValue(K key,
DupsContainer<V> value) |
Modifier and Type | Method and Description |
---|---|
void |
DupsContainerCursor.after(Tuple<K,DupsContainer<V>> element) |
void |
DupsContainerCursor.before(Tuple<K,DupsContainer<V>> element)
Positions this Cursor before the key of the supplied tuple.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.