Home | History | Annotate | Download | only in collect

Lines Matching defs:headMap

924       return new SortedKeySet(sortedMap().headMap(toElement));
1300 * Usually the same as map, but smaller for the headMap(), tailMap(), or
1433 public SortedMap<K, Collection<V>> headMap(K toKey) {
1434 return new SortedAsMap(sortedMap().headMap(toKey));