Searched refs:subLowest (Results 1 – 1 of 1) sorted by relevance
1491 abstract TreeMapEntry<K,V> subLowest(); in subLowest() method in TreeMap.NavigableSubMap1567 return key(subLowest()); in firstKey()1575 return exportEntry(subLowest()); in firstEntry()1583 TreeMapEntry<K,V> e = subLowest(); in pollFirstEntry()1935 TreeMapEntry<K,V> subLowest() { return absLowest(); } in subLowest() method in TreeMap.AscendingSubMap2028 TreeMapEntry<K,V> subLowest() { return absHighest(); } in subLowest() method in TreeMap.DescendingSubMap