| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyValueCursor<V>
A Cursor which is used when we have no value to return
|
(package private) class |
ValueArrayCursor<V>
A class that encapsulate the values into an array
|
(package private) class |
ValueBTreeCursor<V>
A class that encapsulate the values into an sub-btree
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ValueCursor<V> |
ParentPos.valueCursor
The current position of the duplicate container in the page
|
| Modifier and Type | Method and Description |
|---|---|
ValueCursor<V> |
ValueHolder.getCursor() |
ValueCursor<V> |
PersistedValueHolder.getCursor() |
ValueCursor<V> |
AbstractValueHolder.getCursor() |
ValueCursor<V> |
InMemoryLeaf.getValues(K key)
Gets the values associated with the given key, if any.
|
ValueCursor<V> |
AbstractPage.getValues(K key)
Gets the values associated with the given key, if any.
|
ValueCursor<V> |
PersistedLeaf.getValues(K key)
Gets the values associated with the given key, if any.
|
ValueCursor<V> |
BTree.getValues(K key) |
ValueCursor<V> |
Page.getValues(K key)
Gets the values associated with the given key, if any.
|
ValueCursor<V> |
AbstractBTree.getValues(K key) |