Searched refs:tailSet (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedEntrySet.java29 * <li>{@link #tailSet(Object, boolean)}</li>
129 * This method conforms to the {@link SortedSet#tailSet} interface.
141 public SortedSet tailSet(Object fromMapEntry) { method in class:StoredSortedEntrySet
163 public SortedSet tailSet(Object fromMapEntry, boolean fromInclusive) { method in class:StoredSortedEntrySet
H A DStoredSortedKeySet.java30 * <li>{@link #tailSet(Object, boolean)}</li>
154 * This method conforms to the {@link SortedSet#tailSet} interface.
166 public SortedSet tailSet(Object fromKey) { method in class:StoredSortedKeySet
188 public SortedSet tailSet(Object fromKey, boolean fromInclusive) { method in class:StoredSortedKeySet
H A DStoredSortedValueSet.java29 * <li>{@link #tailSet(Object, boolean)}</li>
167 * This method conforms to the {@link SortedSet#tailSet} interface.
179 public SortedSet tailSet(Object fromValue) { method in class:StoredSortedValueSet
201 public SortedSet tailSet(Object fromValue, boolean fromInclusive) { method in class:StoredSortedValueSet
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java2273 ((StoredSortedEntrySet) saveSMap.entrySet()).tailSet(
2276 ((StoredSortedKeySet) saveSMap.keySet()).tailSet(
2280 ((StoredSortedValueSet) saveSMap.values()).tailSet(
2358 sset.tailSet(makeKey(rangeBegin - 1));
2393 sset.tailSet(mapEntry(rangeBegin - 1));
2425 sset.tailSet(makeVal(rangeBegin - 1));

Completed in 135 milliseconds