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

/external/guava/guava/src/com/google/common/collect/
H A DForwardingSortedMap.java85 public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ForwardingSortedMap
86 return delegate().subMap(fromKey, toKey);
161 * A sensible default implementation of {@link #subMap(Object, Object)} in
163 * situations, you may wish to override {@link #subMap(Object, Object)} to
H A DSortedMaps.java364 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:SortedMaps.FilteredSortedMap
366 sortedMap().subMap(fromKey, toKey), predicate);
H A DStandardRowSortedTable.java107 sortedBackingMap().subMap(fromElement, toElement), factory)
156 public SortedMap<R, Map<C, V>> subMap(R fromKey, R toKey) { method in class:StandardRowSortedTable.RowSortedMap
160 sortedBackingMap().subMap(fromKey, toKey), factory).rowMap();
H A DTreeBasedTable.java208 @Override public SortedMap<C, V> subMap(C fromKey, C toKey) { method in class:TreeBasedTable.TreeRow
H A DImmutableSortedMap.java669 * <p>The {@link SortedMap#subMap} documentation states that a submap of a
678 public ImmutableSortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ImmutableSortedMap
679 return subMap(fromKey, true, toKey, false);
682 ImmutableSortedMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, method in class:ImmutableSortedMap
H A DAbstractMultimap.java881 final Map<K, Collection<V>> subMap; field in class:AbstractMultimap.KeySet
883 KeySet(final Map<K, Collection<V>> subMap) { argument
884 this.subMap = subMap;
889 return subMap;
895 = subMap.entrySet().iterator();
922 Collection<V> collection = subMap.remove(key);
937 return subMap.keySet().containsAll(c);
941 return this == object || this.subMap.keySet().equals(object);
945 return subMap
951 SortedKeySet(SortedMap<K, Collection<V>> subMap) argument
1329 public SortedMap<K, Collection<V>> subMap(K fromKey, K toKey) { method in class:AbstractMultimap.SortedAsMap
[all...]
H A DMaps.java1273 @Override public SortedMap<K, V2> subMap(K fromKey, K toKey) { method in class:Maps.TransformedEntriesSortedMap
1275 fromMap().subMap(fromKey, toKey), transformer);
1741 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Maps.FilteredEntrySortedMap
1743 sortedMap().subMap(fromKey, toKey), predicate);
H A DSynchronized.java1083 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Synchronized.SynchronizedSortedMap
1085 return sortedMap(delegate().subMap(fromKey, toKey), mutex);
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingSortedMapTest.java109 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ForwardingSortedMapTest.StandardImplForwardingSortedMap
232 forward().subMap("first", "last");
233 assertEquals("[subMap(Object,Object)]", getCalls());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMap.java284 public ImmutableSortedMap<K, V> subMap(K fromKey, K toKey) { method in class:ImmutableSortedMap
288 return new ImmutableSortedMap<K, V>(sortedDelegate.subMap(fromKey, toKey));
291 ImmutableSortedMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive){ method in class:ImmutableSortedMap
H A DMaps.java1244 @Override public SortedMap<K, V2> subMap(K fromKey, K toKey) { method in class:Maps.TransformedEntriesSortedMap
1246 fromMap().subMap(fromKey, toKey), transformer);
1712 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Maps.FilteredEntrySortedMap
1714 sortedMap().subMap(fromKey, toKey), predicate);
H A DSynchronized.java1070 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:Synchronized.SynchronizedSortedMap
1072 return sortedMap(delegate().subMap(fromKey, toKey), mutex);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeMap.java211 @Override public NavigableMap<K, V> subMap( method in class:SafeTreeMap
213 return new SafeTreeMap<K, V>(delegate.subMap(
217 @Override public SortedMap<K, V> subMap(K fromKey, K toKey) { method in class:SafeTreeMap
218 return subMap(fromKey, true, toKey, false);
/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 299 milliseconds