Searched refs:fromInclusive (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DStoredSortedKeySet.java184 * @param fromInclusive is true to include fromKey.
191 public SortedSet<K> tailSet(K fromKey, boolean fromInclusive) { argument
193 return subSet(fromKey, fromInclusive, null, false);
229 * @param fromInclusive is true to include fromKey.
241 boolean fromInclusive,
246 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
240 subSet(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java196 * @param fromInclusive is true to include fromValue.
203 public SortedSet<E> tailSet(E fromValue, boolean fromInclusive) { argument
205 return subSet(fromValue, fromInclusive, null, false);
241 * @param fromInclusive is true to include fromValue.
253 boolean fromInclusive,
258 (fromValue, fromInclusive, toValue, toInclusive, null));
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
H A DStoredSortedEntrySet.java159 * @param fromInclusive is true to include fromMapEntry.
167 boolean fromInclusive) {
169 return subSet(fromMapEntry, fromInclusive, null, false);
206 * @param fromInclusive is true to include fromMapEntry.
218 boolean fromInclusive,
226 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
166 tailSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive) argument
217 subSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive, Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
H A DStoredSortedMap.java294 * @param fromInclusive is true to include fromKey.
301 public SortedMap<K,V> tailMap(K fromKey, boolean fromInclusive) { argument
303 return subMap(fromKey, fromInclusive, null, false);
339 * @param fromInclusive is true to include fromKey.
351 boolean fromInclusive,
356 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
350 subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DStoredSortedKeySet.java184 * @param fromInclusive is true to include fromKey.
191 public SortedSet<K> tailSet(K fromKey, boolean fromInclusive) { argument
193 return subSet(fromKey, fromInclusive, null, false);
229 * @param fromInclusive is true to include fromKey.
241 boolean fromInclusive,
246 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
240 subSet(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java196 * @param fromInclusive is true to include fromValue.
203 public SortedSet<E> tailSet(E fromValue, boolean fromInclusive) { argument
205 return subSet(fromValue, fromInclusive, null, false);
241 * @param fromInclusive is true to include fromValue.
253 boolean fromInclusive,
258 (fromValue, fromInclusive, toValue, toInclusive, null));
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
H A DStoredSortedEntrySet.java159 * @param fromInclusive is true to include fromMapEntry.
167 boolean fromInclusive) {
169 return subSet(fromMapEntry, fromInclusive, null, false);
206 * @param fromInclusive is true to include fromMapEntry.
218 boolean fromInclusive,
226 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
166 tailSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive) argument
217 subSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive, Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
H A DStoredSortedMap.java294 * @param fromInclusive is true to include fromKey.
301 public SortedMap<K,V> tailMap(K fromKey, boolean fromInclusive) { argument
303 return subMap(fromKey, fromInclusive, null, false);
339 * @param fromInclusive is true to include fromKey.
351 boolean fromInclusive,
356 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
350 subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DStoredSortedKeySet.java184 * @param fromInclusive is true to include fromKey.
191 public SortedSet<K> tailSet(K fromKey, boolean fromInclusive) { argument
193 return subSet(fromKey, fromInclusive, null, false);
229 * @param fromInclusive is true to include fromKey.
241 boolean fromInclusive,
246 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
240 subSet(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java196 * @param fromInclusive is true to include fromValue.
203 public SortedSet<E> tailSet(E fromValue, boolean fromInclusive) { argument
205 return subSet(fromValue, fromInclusive, null, false);
241 * @param fromInclusive is true to include fromValue.
253 boolean fromInclusive,
258 (fromValue, fromInclusive, toValue, toInclusive, null));
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
H A DStoredSortedEntrySet.java159 * @param fromInclusive is true to include fromMapEntry.
167 boolean fromInclusive) {
169 return subSet(fromMapEntry, fromInclusive, null, false);
206 * @param fromInclusive is true to include fromMapEntry.
218 boolean fromInclusive,
226 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
166 tailSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive) argument
217 subSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive, Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
H A DStoredSortedMap.java294 * @param fromInclusive is true to include fromKey.
301 public SortedMap<K,V> tailMap(K fromKey, boolean fromInclusive) { argument
303 return subMap(fromKey, fromInclusive, null, false);
339 * @param fromInclusive is true to include fromKey.
351 boolean fromInclusive,
356 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
350 subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DBasicIndex.java163 public EntityCursor<K> keys(K fromKey, boolean fromInclusive, argument
167 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
173 boolean fromInclusive,
179 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
183 public EntityCursor<E> entities(K fromKey, boolean fromInclusive, argument
187 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
193 boolean fromInclusive,
199 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
235 boolean fromInclusive,
253 (fromEntry, fromInclusive, toEntr
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 DEntityIndex.java761 * @param fromInclusive is true if keys greater than or equal to fromKey
775 boolean fromInclusive,
792 * @param fromInclusive is true if keys greater than or equal to fromKey
811 boolean fromInclusive,
828 * @param fromInclusive is true if keys greater than or equal to fromKey
842 boolean fromInclusive,
858 * @param fromInclusive is true if keys greater than or equal to fromKey
877 boolean fromInclusive,
774 keys(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
809 keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
841 entities(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
875 entities(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
H A DSubIndex.java216 boolean fromInclusive,
221 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
227 boolean fromInclusive,
233 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
238 boolean fromInclusive,
243 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
249 boolean fromInclusive,
255 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
291 boolean fromInclusive,
309 (fromEntry, fromInclusive, toEntr
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DBasicIndex.java163 public EntityCursor<K> keys(K fromKey, boolean fromInclusive, argument
167 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
173 boolean fromInclusive,
179 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
183 public EntityCursor<E> entities(K fromKey, boolean fromInclusive, argument
187 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
193 boolean fromInclusive,
199 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
235 boolean fromInclusive,
253 (fromEntry, fromInclusive, toEntr
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 DEntityIndex.java761 * @param fromInclusive is true if keys greater than or equal to fromKey
775 boolean fromInclusive,
792 * @param fromInclusive is true if keys greater than or equal to fromKey
811 boolean fromInclusive,
828 * @param fromInclusive is true if keys greater than or equal to fromKey
842 boolean fromInclusive,
858 * @param fromInclusive is true if keys greater than or equal to fromKey
877 boolean fromInclusive,
774 keys(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
809 keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
841 entities(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
875 entities(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
H A DSubIndex.java216 boolean fromInclusive,
221 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
227 boolean fromInclusive,
233 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
238 boolean fromInclusive,
243 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
249 boolean fromInclusive,
255 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
291 boolean fromInclusive,
309 (fromEntry, fromInclusive, toEntr
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DBasicIndex.java163 public EntityCursor<K> keys(K fromKey, boolean fromInclusive, argument
167 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
173 boolean fromInclusive,
179 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
183 public EntityCursor<E> entities(K fromKey, boolean fromInclusive, argument
187 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
193 boolean fromInclusive,
199 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
235 boolean fromInclusive,
253 (fromEntry, fromInclusive, toEntr
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 DEntityIndex.java761 * @param fromInclusive is true if keys greater than or equal to fromKey
775 boolean fromInclusive,
792 * @param fromInclusive is true if keys greater than or equal to fromKey
811 boolean fromInclusive,
828 * @param fromInclusive is true if keys greater than or equal to fromKey
842 boolean fromInclusive,
858 * @param fromInclusive is true if keys greater than or equal to fromKey
877 boolean fromInclusive,
774 keys(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
809 keys(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
841 entities(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
875 entities(Transaction txn, K fromKey, boolean fromInclusive, K toKey, boolean toInclusive, CursorConfig config) argument
H A DSubIndex.java216 boolean fromInclusive,
221 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
227 boolean fromInclusive,
233 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
238 boolean fromInclusive,
243 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
249 boolean fromInclusive,
255 return cursor(txn, fromKey, fromInclusive, toKey, toInclusive,
291 boolean fromInclusive,
309 (fromEntry, fromInclusive, toEntr
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 98 milliseconds