Searched refs:headMap (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredSortedMap.java26 * <li>{@link #headMap(Object, boolean)}</li>
218 * This method conforms to the {@link SortedMap#headMap} interface.
230 public SortedMap headMap(Object toKey) { method in class:StoredSortedMap
252 public SortedMap headMap(Object toKey, boolean toInclusive) { method in class:StoredSortedMap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java519 rangeExpected = expected.headMap(i);
522 map.headMap(k).keySet(), true,
526 map.headMap(k).values(), false,
530 rangeExpected = expected.headMap(i + 1);
533 map.headMap(kPlusOne).keySet(), true,
537 map.headMap(kPlusOne).values(), false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java2241 smap = (StoredSortedMap) smap.headMap(makeKey(rangeEnd + 1));
2248 ((StoredSortedMap) saveSMap).headMap(
2316 smap.headMap(makeKey(rangeEnd + 2));

Completed in 115 milliseconds