Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DStandardRowSortedTable.java135 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap() method in StandardRowSortedTable.RowSortedMap
DForwardingSortedMap.java90 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ForwardingSortedMap
DAbstractNavigableMap.java134 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in AbstractNavigableMap
DTreeBasedTable.java223 public SortedMap<C, V> tailMap(C fromKey) { in tailMap() method in TreeBasedTable.TreeRow
DForwardingNavigableMap.java386 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method
DTreeRangeSet.java323 public NavigableMap<Cut<C>, Range<C>> tailMap(Cut<C> fromKey, boolean inclusive) { in tailMap() method in TreeRangeSet.RangesByUpperBound
/external/guava/android/guava/src/com/google/common/collect/
DStandardRowSortedTable.java135 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap() method in StandardRowSortedTable.RowSortedMap
DForwardingSortedMap.java90 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ForwardingSortedMap
DAbstractNavigableMap.java143 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in AbstractNavigableMap
DTreeBasedTable.java223 public SortedMap<C, V> tailMap(C fromKey) { in tailMap() method in TreeBasedTable.TreeRow
DForwardingNavigableMap.java380 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method
DTreeRangeSet.java325 public NavigableMap<Cut<C>, Range<C>> tailMap(Cut<C> fromKey, boolean inclusive) { in tailMap() method in TreeRangeSet.RangesByUpperBound
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableMapTest.java226 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
232 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
DForwardingNavigableMapTest.java227 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method
DMapsTest.java844 NavigableMap<String, Integer> tailMap = map.tailMap("s", true); in testAsMapNavigableReadsThrough() local
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableMapTest.java226 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
232 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method in SynchronizedNavigableMapTest.TestMap
DForwardingNavigableMapTest.java227 public SortedMap<K, V> tailMap(K fromKey) { in tailMap() method
DMapsTest.java844 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.java342 public ImmutableSortedMap<K, V> tailMap(K fromKey) { in tailMap() method in ImmutableSortedMap
347 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap() method in ImmutableSortedMap