Searched defs:subMap (Results 1 - 18 of 18) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DForwardingSortedMap.java87 public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ForwardingSortedMap
88 return delegate().subMap(fromKey, toKey);
184 * A sensible default implementation of {@link #subMap(Object, Object)} in
186 * situations, you may wish to override {@link #subMap(Object, Object)} to
H A DStandardRowSortedTable.java125 public SortedMap<R, Map<C, V>> subMap(R fromKey, R toKey) { method in class:StandardRowSortedTable.RowSortedMap
129 sortedBackingMap().subMap(fromKey, toKey), factory).rowMap();
H A DTreeBasedTable.java216 @Override public SortedMap<C, V> subMap(C fromKey, C toKey) { method in class:TreeBasedTable.TreeRow
H A DImmutableSortedMap.java505 * <p>The {@link SortedMap#subMap} documentation states that a submap of a
514 public ImmutableSortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ImmutableSortedMap
515 return subMap(fromKey, true, toKey, false);
523 * <p>The {@link SortedMap#subMap} documentation states that a submap of a
533 public ImmutableSortedMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, method in class:ImmutableSortedMap
H A DAbstractMapBasedMultimap.java843 KeySet(final Map<K, Collection<V>> subMap) { argument
844 super(subMap);
906 SortedKeySet(SortedMap<K, Collection<V>> subMap) { argument
907 super(subMap);
936 return new SortedKeySet(sortedMap().subMap(fromElement, toElement));
1072 * subMap() of a SortedAsMap.
1233 public SortedMap<K, Collection<V>> subMap(K fromKey, K toKey) { method in class:AbstractMapBasedMultimap.SortedAsMap
1234 return new SortedAsMap(sortedMap().subMap(fromKey, toKey));
H A DSynchronized.java1085 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Synchronized.SynchronizedSortedMap
1087 return sortedMap(delegate().subMap(fromKey, toKey), mutex);
H A DMaps.java829 public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Maps.SortedAsMapView
1684 @Override public SortedMap<K, V2> subMap(K fromKey, K toKey) { method in class:Maps.TransformedEntriesSortedMap
1686 fromMap().subMap(fromKey, toKey), transformer);
2306 return (SortedSet<K>) subMap(fromElement, toElement).keySet();
2355 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Maps.FilteredEntrySortedMap
2357 sortedMap().subMap(fromKey, toKey), predicate);
2678 return new SortedKeySet<K, V>(map().subMap(fromElement, toElement));
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeMap.java176 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:SafeTreeMap
177 return new SafeTreeMap<K, V>(delegate.subMap(checkValid(fromKey), checkValid(toKey)));
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingSortedMapTest.java112 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ForwardingSortedMapTest.StandardImplForwardingSortedMap
211 forward().subMap("first", "last");
212 assertEquals("[subMap(Object,Object)]", getCalls());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMap.java274 public ImmutableSortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ImmutableSortedMap
278 return newView(sortedDelegate.subMap(fromKey, toKey));
281 ImmutableSortedMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { method in class:ImmutableSortedMap
H A DAbstractMapBasedMultimap.java842 KeySet(final Map<K, Collection<V>> subMap) { argument
843 super(subMap);
905 SortedKeySet(SortedMap<K, Collection<V>> subMap) { argument
906 super(subMap);
935 return new SortedKeySet(sortedMap().subMap(fromElement, toElement));
1071 * subMap() of a SortedAsMap.
1232 public SortedMap<K, Collection<V>> subMap(K fromKey, K toKey) { method in class:AbstractMapBasedMultimap.SortedAsMap
1233 return new SortedAsMap(sortedMap().subMap(fromKey, toKey));
H A DSynchronized.java1072 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Synchronized.SynchronizedSortedMap
1074 return sortedMap(delegate().subMap(fromKey, toKey), mutex);
H A DMaps.java826 public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Maps.SortedAsMapView
1655 @Override public SortedMap<K, V2> subMap(K fromKey, K toKey) { method in class:Maps.TransformedEntriesSortedMap
1657 fromMap().subMap(fromKey, toKey), transformer);
2277 return (SortedSet<K>) subMap(fromElement, toElement).keySet();
2326 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Maps.FilteredEntrySortedMap
2328 sortedMap().subMap(fromKey, toKey), predicate);
2649 return new SortedKeySet<K, V>(map().subMap(fromElement, toElement));
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1923 milliseconds