Searched defs:subSet (Results 1 - 25 of 25) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedMultisets.java63 @Override public SortedSet<E> subSet(E fromElement, E toElement) { method in class:SortedMultisets.ElementSet
H A DContiguousSet.java98 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { method in class:ContiguousSet
109 @Override public ContiguousSet<C> subSet(C fromElement, boolean fromInclusive, C toElement, method in class:ContiguousSet
130 * These methods perform most headSet, subSet, and tailSet logic, besides parameter validation.
H A DForwardingSortedSet.java86 public SortedSet<E> subSet(E fromElement, E toElement) { method in class:ForwardingSortedSet
87 return delegate().subSet(fromElement, toElement);
156 * A sensible default implementation of {@link #subSet(Object, Object)} in
158 * situations, you may wish to override {@link #subSet(Object, Object)} to
H A DConstraints.java186 @Override public SortedSet<E> subSet(E fromElement, E toElement) { method in class:Constraints.ConstrainedSortedSet
188 delegate.subSet(fromElement, toElement), constraint);
H A DImmutableSortedSet.java52 * {@link #subSet} methods share the same array as the original set, preventing
631 * <p>The {@link SortedSet#subSet} documentation states that a subset of a
640 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { method in class:ImmutableSortedSet
641 return subSet(fromElement, true, toElement, false);
648 public ImmutableSortedSet<E> subSet( method in class:ImmutableSortedSet
681 * These methods perform most headSet, subSet, and tailSet logic, besides
H A DSets.java939 public SortedSet<E> subSet(E fromElement, E toElement) { method in class:Sets.FilteredSortedSet
940 return new FilteredSortedSet<E>(((SortedSet<E>) unfiltered).subSet(fromElement, toElement),
H A DAbstractMapBasedMultimap.java664 public SortedSet<V> subSet(V fromElement, V toElement) { method in class:AbstractMapBasedMultimap.WrappedSortedSet
667 getKey(), getSortedSetDelegate().subSet(fromElement, toElement),
935 public SortedSet<K> subSet(K fromElement, K toElement) { method in class:AbstractMapBasedMultimap.SortedKeySet
H A DSynchronized.java262 public SortedSet<E> subSet(E fromElement, E toElement) { method in class:Synchronized.SynchronizedSortedSet
264 return sortedSet(delegate().subSet(fromElement, toElement), mutex);
H A DMaps.java830 return asMap(backingSet().subSet(fromKey, toKey), function);
896 public SortedSet<E> subSet(E fromElement, E toElement) {
897 return removeOnlySortedSet(super.subSet(fromElement, toElement));
2305 public SortedSet<K> subSet(K fromElement, K toElement) { method in class:Maps.FilteredEntrySortedMap.SortedKeySet
2677 public SortedSet<K> subSet(K fromElement, K toElement) { method in class:Maps.SortedKeySet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedMultisets.java61 @Override public SortedSet<E> subSet(E fromElement, E toElement) { method in class:SortedMultisets.ElementSet
H A DContiguousSet.java87 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { method in class:ContiguousSet
99 * These methods perform most headSet, subSet, and tailSet logic, besides parameter validation.
H A DImmutableSortedSet.java349 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { method in class:ImmutableSortedSet
350 return subSet(fromElement, true, toElement, false);
353 ImmutableSortedSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, method in class:ImmutableSortedSet
H A DSets.java806 public SortedSet<E> subSet(E fromElement, E toElement) { method in class:Sets.FilteredSortedSet
807 return new FilteredSortedSet<E>(((SortedSet<E>) unfiltered).subSet(fromElement, toElement),
H A DAbstractMapBasedMultimap.java663 public SortedSet<V> subSet(V fromElement, V toElement) { method in class:AbstractMapBasedMultimap.WrappedSortedSet
666 getKey(), getSortedSetDelegate().subSet(fromElement, toElement),
934 public SortedSet<K> subSet(K fromElement, K toElement) { method in class:AbstractMapBasedMultimap.SortedKeySet
H A DSynchronized.java249 public SortedSet<E> subSet(E fromElement, E toElement) { method in class:Synchronized.SynchronizedSortedSet
251 return sortedSet(delegate().subSet(fromElement, toElement), mutex);
H A DMaps.java827 return asMap(backingSet().subSet(fromKey, toKey), function);
893 public SortedSet<E> subSet(E fromElement, E toElement) {
894 return removeOnlySortedSet(super.subSet(fromElement, toElement));
2276 public SortedSet<K> subSet(K fromElement, K toElement) { method in class:Maps.FilteredEntrySortedMap.SortedKeySet
2648 public SortedSet<K> subSet(K fromElement, K toElement) { method in class:Maps.SortedKeySet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeSet.java130 @Override public SortedSet<E> subSet(E fromElement, E toElement) { method in class:SafeTreeSet
131 return new SafeTreeSet<E>(delegate.subSet(checkValid(fromElement), checkValid(toElement)));
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingSortedSetTest.java100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { method in class:ForwardingSortedSetTest.StandardImplForwardingSortedSet
165 forward().subSet("first", "last");
166 assertEquals("[subSet(Object,Object)]", getCalls());
/external/smali/util/src/main/java/org/jf/util/
H A DArraySortedSet.java136 public SortedSet<T> subSet(T fromElement, T toElement) { method in class:ArraySortedSet
/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/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 386 milliseconds