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

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedEntrySet.java121 public SortedSet headSet(Object toMapEntry, boolean toInclusive) { argument
212 subSet(Object fromMapEntry, boolean fromInclusive, Object toMapEntry, boolean toInclusive) argument
H A DStoredSortedKeySet.java146 public SortedSet headSet(Object toKey, boolean toInclusive) { argument
237 subSet(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java159 public SortedSet headSet(Object toValue, boolean toInclusive) { argument
250 subSet(Object fromValue, boolean fromInclusive, Object toValue, boolean toInclusive) argument
H A DStoredSortedMap.java252 public SortedMap headMap(Object toKey, boolean toInclusive) { argument
343 subMap(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive) 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 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 109 milliseconds