Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
KeyTupleAvlCursor.get() |
Tuple<K,V> |
AvlTreeMapNoDupsWrapperCursor.get() |
Tuple<K,SingletonOrOrderedSet<V>> |
AvlSingletonOrOrderedSetCursor.get() |
Modifier and Type | Method and Description |
---|---|
void |
AvlSingletonOrOrderedSetCursor.after(Tuple<K,SingletonOrOrderedSet<V>> element) |
void |
KeyTupleAvlCursor.after(Tuple<K,V> element) |
void |
AvlTreeMapNoDupsWrapperCursor.after(Tuple<K,V> element) |
void |
AvlSingletonOrOrderedSetCursor.before(Tuple<K,SingletonOrOrderedSet<V>> element) |
void |
KeyTupleAvlCursor.before(Tuple<K,V> element)
Positions this Cursor over the same keys before the value of the
supplied element Tuple.
|
void |
AvlTreeMapNoDupsWrapperCursor.before(Tuple<K,V> element) |
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
AvlTableDupsCursor.get() |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.cursor.Cursor<Tuple<K,V>> |
AvlTable.cursor()
Creates a Cursor that traverses Tuples in a Table.
|
org.apache.directory.shared.ldap.cursor.Cursor<Tuple<K,V>> |
AvlTable.cursor(K key)
Creates a Cursor that traverses Table Tuples for the same key.
|
Modifier and Type | Method and Description |
---|---|
void |
AvlTableDupsCursor.after(Tuple<K,V> element) |
void |
AvlTableDupsCursor.before(Tuple<K,V> element) |
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
ValueArrayCursor.get() |
Modifier and Type | Method and Description |
---|---|
void |
ValueArrayCursor.after(Tuple<K,V> element) |
void |
ValueArrayCursor.before(Tuple<K,V> element) |
Constructor and Description |
---|
IndexCursorAdaptor(org.apache.directory.shared.ldap.cursor.Cursor<Tuple> wrappedCursor,
boolean forwardIndex)
Creates an IndexCursorAdaptor which wraps and adapts a Cursor from a table to
one which returns an IndexEntry.
|
IndexEnumeration(NamingEnumeration<Tuple> list) |
IndexEnumeration(NamingEnumeration<Tuple> list,
boolean swapKeyVal) |
IndexEnumeration(NamingEnumeration<Tuple> list,
boolean swapKeyVal,
Pattern regex) |
Modifier and Type | Method and Description |
---|---|
Tuple<K,DupsContainer<V>> |
DupsContainerCursor.get() |
Tuple<K,V> |
KeyTupleBTreeCursor.get() |
Tuple<K,V> |
KeyTupleArrayCursor.get() |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.cursor.Cursor<Tuple<K,V>> |
JdbmTable.cursor() |
org.apache.directory.shared.ldap.cursor.Cursor<Tuple<K,V>> |
JdbmTable.cursor(K key) |
Modifier and Type | Method and Description |
---|---|
void |
DupsContainerCursor.after(Tuple<K,DupsContainer<V>> element) |
void |
KeyTupleBTreeCursor.after(Tuple<K,V> element) |
void |
KeyTupleArrayCursor.after(Tuple<K,V> element) |
void |
DupsContainerCursor.before(Tuple<K,DupsContainer<V>> element)
Positions this Cursor before the key of the supplied tuple.
|
void |
KeyTupleBTreeCursor.before(Tuple<K,V> element)
Positions this Cursor over the same keys before the value of the
supplied valueTuple.
|
void |
KeyTupleArrayCursor.before(Tuple<K,V> element)
Positions this Cursor over the same keys before the value of the
supplied element Tuple.
|
Modifier and Type | Method and Description |
---|---|
Tuple<?,?> |
IndexEntry.getTuple()
Gets access to the underlying tuple.
|
Tuple<V,ID> |
ForwardIndexEntry.getTuple() |
Tuple<ID,V> |
ReverseIndexEntry.getTuple() |
Tuple<K,V> |
Tuple.setBoth(K key,
V value)
Sets both the key and the value for this Tuple in one call and returns
this Tuple object.
|
Tuple<K,V> |
Tuple.setBoth(Tuple<K,V> tupleToCopy)
Sets both the key and the value for this Tuple in one call and returns
this Tuple object.
|
Tuple<K,V> |
Tuple.setKey(K key)
Sets the key for this Tuple.
|
Tuple<K,V> |
Tuple.setValue(V value)
Sets the value for this Tuple.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.cursor.Cursor<Tuple<K,V>> |
Table.cursor()
Creates a Cursor that traverses Tuples in a Table.
|
org.apache.directory.shared.ldap.cursor.Cursor<Tuple<K,V>> |
Table.cursor(K key)
Creates a Cursor that traverses Table Tuples for the same key.
|
Iterator<Tuple<K,V>> |
AbstractTupleCursor.iterator() |
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
Tuple.setBoth(Tuple<K,V> tupleToCopy)
Sets both the key and the value for this Tuple in one call and returns
this Tuple object.
|
void |
ReverseIndexEntry.setTuple(Tuple<ID,V> tuple,
O obj)
Sets the Tuple value represented by this ReverseIndexEntry optionally
setting the obj associated with the id if one was loaded from the
master table.
|
void |
ForwardIndexEntry.setTuple(Tuple<V,ID> tuple,
O entry)
Sets the key value tuple represented by this ForwardIndexEntry optionally
setting the obj associated with the id if one was loaded from the
master table.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.