Searched refs:toInclusive (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.java142 * @param toInclusive is true to include toKey.
149 public SortedSet<K> headSet(K toKey, boolean toInclusive) { argument
151 return subSet(null, false, toKey, toInclusive);
233 * @param toInclusive is true to include toKey.
243 boolean toInclusive) {
246 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
240 subSet(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java154 * @param toInclusive is true to include toValue.
161 public SortedSet<E> headSet(E toValue, boolean toInclusive) { argument
163 return subSet(null, false, toValue, toInclusive);
245 * @param toInclusive is true to include toValue.
255 boolean toInclusive) {
258 (fromValue, fromInclusive, toValue, toInclusive, null));
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
H A DStoredSortedEntrySet.java116 * @param toInclusive is true to include toMapEntry.
124 boolean toInclusive) {
126 return subSet(null, false, toMapEntry, toInclusive);
210 * @param toInclusive is true to include toMapEntry.
220 boolean toInclusive) {
226 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
123 headSet(Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
217 subSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive, Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
H A DStoredSortedMap.java252 * @param toInclusive is true to include toKey.
259 public SortedMap<K,V> headMap(K toKey, boolean toInclusive) { argument
261 return subMap(null, false, toKey, toInclusive);
343 * @param toInclusive is true to include toKey.
353 boolean toInclusive) {
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.java142 * @param toInclusive is true to include toKey.
149 public SortedSet<K> headSet(K toKey, boolean toInclusive) { argument
151 return subSet(null, false, toKey, toInclusive);
233 * @param toInclusive is true to include toKey.
243 boolean toInclusive) {
246 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
240 subSet(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java154 * @param toInclusive is true to include toValue.
161 public SortedSet<E> headSet(E toValue, boolean toInclusive) { argument
163 return subSet(null, false, toValue, toInclusive);
245 * @param toInclusive is true to include toValue.
255 boolean toInclusive) {
258 (fromValue, fromInclusive, toValue, toInclusive, null));
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
H A DStoredSortedEntrySet.java116 * @param toInclusive is true to include toMapEntry.
124 boolean toInclusive) {
126 return subSet(null, false, toMapEntry, toInclusive);
210 * @param toInclusive is true to include toMapEntry.
220 boolean toInclusive) {
226 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
123 headSet(Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
217 subSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive, Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
H A DStoredSortedMap.java252 * @param toInclusive is true to include toKey.
259 public SortedMap<K,V> headMap(K toKey, boolean toInclusive) { argument
261 return subMap(null, false, toKey, toInclusive);
343 * @param toInclusive is true to include toKey.
353 boolean toInclusive) {
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.java142 * @param toInclusive is true to include toKey.
149 public SortedSet<K> headSet(K toKey, boolean toInclusive) { argument
151 return subSet(null, false, toKey, toInclusive);
233 * @param toInclusive is true to include toKey.
243 boolean toInclusive) {
246 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
240 subSet(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) argument
H A DStoredSortedValueSet.java154 * @param toInclusive is true to include toValue.
161 public SortedSet<E> headSet(E toValue, boolean toInclusive) { argument
163 return subSet(null, false, toValue, toInclusive);
245 * @param toInclusive is true to include toValue.
255 boolean toInclusive) {
258 (fromValue, fromInclusive, toValue, toInclusive, null));
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
H A DStoredSortedEntrySet.java116 * @param toInclusive is true to include toMapEntry.
124 boolean toInclusive) {
126 return subSet(null, false, toMapEntry, toInclusive);
210 * @param toInclusive is true to include toMapEntry.
220 boolean toInclusive) {
226 view.subView(fromKey, fromInclusive, toKey, toInclusive, null));
123 headSet(Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
217 subSet(Map.Entry<K,V> fromMapEntry, boolean fromInclusive, Map.Entry<K,V> toMapEntry, boolean toInclusive) argument
H A DStoredSortedMap.java252 * @param toInclusive is true to include toKey.
259 public SortedMap<K,V> headMap(K toKey, boolean toInclusive) { argument
261 return subMap(null, false, toKey, toInclusive);
343 * @param toInclusive is true to include toKey.
353 boolean toInclusive) {
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.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.java768 * @param toInclusive is true if keys less than or equal to toKey should be
777 boolean toInclusive)
799 * @param toInclusive is true if keys less than or equal to toKey should be
813 boolean toInclusive,
835 * @param toInclusive is true if keys less than or equal to toKey should be
844 boolean toInclusive)
865 * @param toInclusive is true if keys less than or equal to toKey should be
879 boolean toInclusive,
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.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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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.java768 * @param toInclusive is true if keys less than or equal to toKey should be
777 boolean toInclusive)
799 * @param toInclusive is true if keys less than or equal to toKey should be
813 boolean toInclusive,
835 * @param toInclusive is true if keys less than or equal to toKey should be
844 boolean toInclusive)
865 * @param toInclusive is true if keys less than or equal to toKey should be
879 boolean toInclusive,
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.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...]
/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.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.java768 * @param toInclusive is true if keys less than or equal to toKey should be
777 boolean toInclusive)
799 * @param toInclusive is true if keys less than or equal to toKey should be
813 boolean toInclusive,
835 * @param toInclusive is true if keys less than or equal to toKey should be
844 boolean toInclusive)
865 * @param toInclusive is true if keys less than or equal to toKey should be
879 boolean toInclusive,
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.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 95 milliseconds