Modifier and Type | Class and Description |
---|---|
class |
AvlSingletonOrOrderedSetCursor<K,V>
A Cursor for AvlTreeMap without duplicates.
|
class |
AvlTreeMapNoDupsWrapperCursor<K,V>
A cursor that converts SingletonOrOrderedSet objects in the value from a
AvlTreeMap into Tuples with just K and V presuming that all the keys have
no duplicates.
|
class |
KeyTupleAvlCursor<K,V>
Cursor over a set of values for the same key which are store in an in
memory AvlTree.
|
Modifier and Type | Class and Description |
---|---|
class |
AvlTableDupsCursor<K,V>
A Cursor which walks and advance over AvlTables that may contain duplicate
keys with values stored in an AvlTree.
|
Modifier and Type | Class and Description |
---|---|
class |
DupsContainerCursor<K,V>
A cursor for browsing tables with duplicates which returns the container
for values rather than just the value.
|
class |
KeyTupleArrayCursor<K,V>
Cursor over a set of values for the same key which are store in an in
memory ArrayTree.
|
class |
KeyTupleBTreeCursor<K,V>
Cursor over a set of values for the same key which are store in another
BTree.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTupleCursor<K,V>
An abstract TupleCursor.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.