Searched refs:firstKey (Results 1 - 4 of 4) 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.java169 * This method conforms to the {@link SortedMap#firstKey} interface.
176 public Object firstKey() { method in class:StoredSortedMap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExample.java337 private void printEvents(DatabaseEntry firstKey, argument
344 new Date(LongBinding.entryToLong(firstKey)) +
/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.java347 Integer delSecKey = expected.firstKey();
490 int firstKey = expected.firstKey();
492 for (int i = firstKey - 1; i <= lastKey + 1; i += 1) {
/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.java1677 smap.firstKey());
1688 assertNull(smap.firstKey());
1826 smap.firstKey());
1837 assertNull(smap.firstKey());

Completed in 109 milliseconds