Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DStandardRowSortedTable.java133 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap() method in StandardRowSortedTable.RowSortedMap
DEmptyImmutableSortedMap.java103 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in EmptyImmutableSortedMap
DForwardingSortedMap.java91 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ForwardingSortedMap
DRegularImmutableSortedMap.java118 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method
DAbstractNavigableMap.java144 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in AbstractNavigableMap
DTreeBasedTable.java227 @Override public SortedMap<C, V> tailMap(C fromKey) { in tailMap() method in TreeBasedTable.TreeRow
DImmutableSortedMap.java556 public ImmutableSortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ImmutableSortedMap
574 public abstract ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive); in tailMap() method in ImmutableSortedMap
DForwardingNavigableMap.java377 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method
DTreeRangeSet.java284 public NavigableMap<Cut<C>, Range<C>> tailMap(Cut<C> fromKey, boolean inclusive) { in tailMap() method in TreeRangeSet.RangesByUpperBound
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableMapTest.java201 @Override public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
206 @Override public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
DForwardingNavigableMapTest.java211 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method
DMapsTest.java860 NavigableMap<String, Integer> tailMap = map.tailMap("s", true); in testAsMapNavigableReadsThrough() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMap.java288 public ImmutableSortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ImmutableSortedMap
293 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in ImmutableSortedMap