Searched defs:fromInclusive (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedEntrySet.java163 public SortedSet tailSet(Object fromMapEntry, boolean fromInclusive) { argument
212 public SortedSet subSet(Object fromMapEntry, boolean fromInclusive, argument
H A DStoredSortedKeySet.java188 public SortedSet tailSet(Object fromKey, boolean fromInclusive) { argument
237 public SortedSet subSet(Object fromKey, boolean fromInclusive, argument
H A DStoredSortedValueSet.java201 public SortedSet tailSet(Object fromValue, boolean fromInclusive) { argument
250 public SortedSet subSet(Object fromValue, boolean fromInclusive, argument
H A DStoredSortedMap.java294 public SortedMap tailMap(Object fromKey, boolean fromInclusive) { argument
343 public SortedMap subMap(Object fromKey, boolean fromInclusive, argument
/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
H A DBasicIndex.java163 public EntityCursor<K> keys(K fromKey, boolean fromInclusive, argument
183 public EntityCursor<E> entities(K fromKey, boolean fromInclusive, argument
171 keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) 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 74 milliseconds