Searched defs:headMap (Results 1 – 3 of 3) sorted by relevance
48 public SortedMap<K, V> headMap(K toKey) { in headMap() method in ForwardingSortedMap
612 public ImmutableSortedMap<K, V> headMap(K toKey) { in headMap() method
1433 public SortedMap<K, Collection<V>> headMap(K toKey) { in headMap() method in SortedAsMap