Sets a cursor to the first record in the Table with a key value
greater/less than or equal to key and enables single next steps across
all records with key values equal to or less/greater than key.
Sets a cursor to the first record in the Table with a key equal to
the key argument whose value is greater/less than or equal to val and
enables single next steps across all records with key equal to key.
listValues(Object) -
Method in interface org.apache.directory.server.core.partition.impl.btree.Table
Sets a enumeration to the first record in the Table with a key value of
key and enables single next steps across all duplicate records with
this key.
A wrapper interface around a BTree (that does not support duplicate keys) which
transparently enables duplicate keys and translates underlying exceptions to
NamingExceptions.