Home
last modified time | relevance | path

Searched defs:tailMap (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentNavigableMap.java47 ConcurrentNavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
68 ConcurrentNavigableMap<K,V> tailMap(K fromKey); in tailMap() method
DConcurrentSkipListMap.java1986 public ConcurrentNavigableMap<K,V> tailMap(K fromKey, in tailMap() method in ConcurrentSkipListMap
2017 public ConcurrentNavigableMap<K,V> tailMap(K fromKey) { in tailMap() method in ConcurrentSkipListMap
2857 public SubMap<K,V> tailMap(K fromKey, in tailMap() method in ConcurrentSkipListMap.SubMap
2872 public SubMap<K,V> tailMap(K fromKey) { in tailMap() method in ConcurrentSkipListMap.SubMap
/libcore/luni/src/main/java/java/util/
DSortedMap.java121 public SortedMap<K,V> tailMap(K startKey); in tailMap() method
DNavigableMap.java355 NavigableMap<K,V> tailMap(K fromKey, boolean inclusive); in tailMap() method
388 SortedMap<K,V> tailMap(K fromKey); in tailMap() method
DTreeMap.java716 public NavigableMap<K, V> tailMap(K from, boolean inclusive) { in tailMap() method in TreeMap
721 public SortedMap<K, V> tailMap(K fromInclusive) { in tailMap() method in TreeMap
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapExtendTest.java1391 SortedMap tailMap = null; in test_SubMap_tailMap() local
2420 NavigableMap tailMap = decendingMap.tailMap(startKey, false); in test_DescendingSubMap_values() local