Lines Matching defs:tailMap
936 return new SortedKeySet(sortedMap().tailMap(fromElement));1300 * Usually the same as map, but smaller for the headMap(), tailMap(), or1441 public SortedMap<K, Collection<V>> tailMap(K fromKey) {1442 return new SortedAsMap(sortedMap().tailMap(fromKey));