Home
last modified time | relevance | path

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

/external/guava/src/com/google/common/collect/
DForwardingSortedMap.java48 public SortedMap<K, V> headMap(K toKey) { in headMap() method in ForwardingSortedMap
DImmutableSortedMap.java612 public ImmutableSortedMap<K, V> headMap(K toKey) { in headMap() method
DAbstractMultimap.java1433 public SortedMap<K, Collection<V>> headMap(K toKey) { in headMap() method in SortedAsMap