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

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedEntrySet.java114 * @param toInclusive is true to include toMapEntry.
121 public SortedSet headSet(Object toMapEntry, boolean toInclusive) { argument
123 return subSet(null, false, toMapEntry, toInclusive);
205 * @param toInclusive is true to include toMapEntry.
213 Object toMapEntry, boolean toInclusive) {
221 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
212 subSet(Object fromMapEntry, boolean fromInclusive, Object toMapEntry, boolean toInclusive) argument
H A DStoredSortedKeySet.java139 * @param toInclusive is true to include toKey.
146 public SortedSet headSet(Object toKey, boolean toInclusive) { argument
148 return subSet(null, false, toKey, toInclusive);
230 * @param toInclusive is true to include toKey.
238 Object toKey, boolean toInclusive) {
242 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
237 subSet(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java152 * @param toInclusive is true to include toValue.
159 public SortedSet headSet(Object toValue, boolean toInclusive) { argument
161 return subSet(null, false, toValue, toInclusive);
243 * @param toInclusive is true to include toValue.
251 Object toValue, boolean toInclusive) {
255 view.subView(fromValue, fromInclusive, toValue, toInclusive,
250 subSet(Object fromValue, boolean fromInclusive, Object toValue, boolean toInclusive) argument
H A DStoredSortedMap.java245 * @param toInclusive is true to include toKey.
252 public SortedMap headMap(Object toKey, boolean toInclusive) { argument
254 return subMap(null, false, toKey, toInclusive);
336 * @param toInclusive is true to include toKey.
344 Object toKey, boolean toInclusive) {
348 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
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 DBasicIndex.java164 K toKey, boolean toInclusive)
167 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
175 boolean toInclusive,
179 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
184 K toKey, boolean toInclusive)
187 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
195 boolean toInclusive,
199 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
237 boolean toInclusive,
253 (fromEntry, fromInclusive, toEntry, toInclusive);
163 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 DEntityIndex.java746 * @param toInclusive is true if keys less than or equal to toKey should be
755 boolean toInclusive)
776 * @param toInclusive is true if keys less than or equal to toKey should be
790 boolean toInclusive,
812 * @param toInclusive is true if keys less than or equal to toKey should be
821 boolean toInclusive)
842 * @param toInclusive is true if keys less than or equal to toKey should be
856 boolean toInclusive,
752 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 DSubIndex.java218 boolean toInclusive)
221 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
229 boolean toInclusive,
233 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
240 boolean toInclusive)
243 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
251 boolean toInclusive,
255 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
293 boolean toInclusive,
309 (fromEntry, fromInclusive, toEntry, toInclusive);
215 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 122 milliseconds