Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DForwardingSortedMap.java90 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ForwardingSortedMap
DStandardRowSortedTable.java164 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap() method in StandardRowSortedTable.RowSortedMap
DSortedMaps.java369 @Override public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in SortedMaps.FilteredSortedMap
DTreeBasedTable.java219 @Override public SortedMap<C, V> tailMap(C fromKey) { in tailMap() method in TreeBasedTable.TreeRow
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeMap.java221 @Override public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in SafeTreeMap
225 @Override public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in SafeTreeMap
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMap.java298 public ImmutableSortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ImmutableSortedMap
303 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in ImmutableSortedMap