Home
last modified time | relevance | path

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

/external/guava/src/com/google/common/collect/
DForwardingSortedMap.java60 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ForwardingSortedMap
DImmutableSortedMap.java649 public ImmutableSortedMap<K, V> tailMap(K fromKey) { in tailMap() method
DAbstractMultimap.java1441 public SortedMap<K, Collection<V>> tailMap(K fromKey) { in tailMap() method in SortedAsMap