Searched refs:toValue (Results 1 - 3 of 3) 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 DStoredSortedValueSet.java126 * strictly less than toValue.
132 * @param toValue the upper bound.
139 public SortedSet<E> headSet(E toValue) { argument
141 return subSet(null, false, toValue, false);
146 * strictly less than toValue, optionally including toValue.
152 * @param toValue is the upper bound.
154 * @param toInclusive is true to include toValue.
161 public SortedSet<E> headSet(E toValue, boolean toInclusive) { argument
163 return subSet(null, false, toValue, toInclusiv
225 subSet(E fromValue, E toValue) argument
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DStoredSortedValueSet.java126 * strictly less than toValue.
132 * @param toValue the upper bound.
139 public SortedSet<E> headSet(E toValue) { argument
141 return subSet(null, false, toValue, false);
146 * strictly less than toValue, optionally including toValue.
152 * @param toValue is the upper bound.
154 * @param toInclusive is true to include toValue.
161 public SortedSet<E> headSet(E toValue, boolean toInclusive) { argument
163 return subSet(null, false, toValue, toInclusiv
225 subSet(E fromValue, E toValue) argument
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DStoredSortedValueSet.java126 * strictly less than toValue.
132 * @param toValue the upper bound.
139 public SortedSet<E> headSet(E toValue) { argument
141 return subSet(null, false, toValue, false);
146 * strictly less than toValue, optionally including toValue.
152 * @param toValue is the upper bound.
154 * @param toInclusive is true to include toValue.
161 public SortedSet<E> headSet(E toValue, boolean toInclusive) { argument
163 return subSet(null, false, toValue, toInclusiv
225 subSet(E fromValue, E toValue) argument
252 subSet(E fromValue, boolean fromInclusive, E toValue, boolean toInclusive) argument
[all...]

Completed in 61 milliseconds