| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueCursor<V>
A Cursor is used to fetch elements in a BTree and is returned by the
|
| 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
|