Searched refs:firstEntry (Results 1 – 9 of 9) sorted by relevance
90 if (firstEntry) { in putNextEntry()107 firstEntry = false; in putNextEntry()112 private boolean firstEntry = true; field in JarOutputStream
221 Map.Entry<K,V> firstEntry(); in firstEntry() method
1959 public Entry<K, V> firstEntry() {1960 Entry<K,V> first = (Entry<K, V>) nm.firstEntry();2924 public Entry<K, V> firstEntry()2925 { synchronized (mutex) { return nm.firstEntry(); } }4131 public Entry<K, V> firstEntry() {4132 Entry<K,V> first = nm.firstEntry();
686 public Map.Entry<K,V> firstEntry() { in firstEntry() method in TreeMap1600 public final Map.Entry<K,V> firstEntry() { in firstEntry() method in TreeMap.NavigableSubMap
899 assertEquals(objArray[0].toString(), tm.firstEntry().getKey()); in test_firstEntry()900 assertEquals(objArray[0], tm.firstEntry().getValue()); in test_firstEntry()902 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()903 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()905 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()906 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()908 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()909 Entry entry = tm.firstEntry(); in test_firstEntry()913 assertNull(tm.firstEntry()); in test_firstEntry()
89 assertNull(treeMap.firstEntry()); in test_TreeMap_Constructor_Default()136 assertEquals(tm.firstEntry(), treeMap.firstEntry()); in test_TreeMap_Constructor_Map()1615 assertEquals(navigableMap_startExcluded_endExcluded.firstEntry(), in test_AscendingSubMap_descendingMap()1621 descendingMap.firstEntry()); in test_AscendingSubMap_descendingMap()1630 assertEquals(navigableMap_startExcluded_endIncluded.firstEntry(), in test_AscendingSubMap_descendingMap()1636 descendingMap.firstEntry()); in test_AscendingSubMap_descendingMap()1645 assertEquals(navigableMap_startIncluded_endExcluded.firstEntry(), in test_AscendingSubMap_descendingMap()1651 descendingMap.firstEntry()); in test_AscendingSubMap_descendingMap()1660 assertEquals(navigableMap_startIncluded_endIncluded.firstEntry(), in test_AscendingSubMap_descendingMap()1666 descendingMap.firstEntry()); in test_AscendingSubMap_descendingMap()[all …]
126 assertImmutable(map.firstEntry()); in assertAllEntryMethodsReturnImmutableEntries()
340 Map.Entry f = map.firstEntry();
2213 public Map.Entry<K,V> firstEntry() { in firstEntry() method in ConcurrentSkipListMap3033 public Map.Entry<K,V> firstEntry() { in firstEntry() method in ConcurrentSkipListMap.SubMap