Searched defs:toKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedKeySet.java124 public SortedSet headSet(Object toKey) { argument
146 public SortedSet headSet(Object toKey, boolean toInclusive) { argument
210 subSet(Object fromKey, Object toKey) argument
237 subSet(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive) argument
[all...]
H A DStoredSortedMap.java230 public SortedMap headMap(Object toKey) { argument
252 public SortedMap headMap(Object toKey, boolean toInclusive) { argument
316 subMap(Object fromKey, Object toKey) argument
343 subMap(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityIndex.java752 keys(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
786 keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
818 entities(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
852 entities(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
[all...]
H A DBasicIndex.java163 keys(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
171 keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
183 entities(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
191 entities(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
233 cursor(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, ValueAdapter<V> adapter, CursorConfig config) argument
[all...]
H A DSubIndex.java215 keys(PK fromKey, boolean fromInclusive, PK toKey, boolean toInclusive) argument
225 keys(Transaction txn, PK fromKey, boolean fromInclusive, PK toKey, boolean toInclusive, CursorConfig config) argument
237 entities(PK fromKey, boolean fromInclusive, PK toKey, boolean toInclusive) argument
247 entities(Transaction txn, PK fromKey, boolean fromInclusive, PK toKey, boolean toInclusive, CursorConfig config) argument
289 cursor(Transaction txn, PK fromKey, boolean fromInclusive, PK toKey, boolean toInclusive, ValueAdapter<V> adapter, CursorConfig config) argument
[all...]

Completed in 117 milliseconds