Searched defs:tailSet (Results 1 - 23 of 23) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedMultisets.java71 @Override public SortedSet<E> tailSet(E fromElement) { method in class:SortedMultisets.ElementSet
H A DContiguousSet.java117 @Override public ContiguousSet<C> tailSet(C fromElement) { method in class:ContiguousSet
125 @Override public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { method in class:ContiguousSet
130 * These methods perform most headSet, subSet, and tailSet logic, besides parameter validation.
H A DForwardingSortedSet.java91 public SortedSet<E> tailSet(E fromElement) { method in class:ForwardingSortedSet
92 return delegate().tailSet(fromElement);
106 * method of {@link #tailSet}. If you override {@link #tailSet}, you may wish
116 Object ceiling = self.tailSet(object).first();
129 * method of {@link #tailSet}. If you override {@link #tailSet}, you may wish
139 Iterator<Object> iterator = self.tailSet(object).iterator();
157 * terms of {@link #headSet(Object)} and {@link #tailSet(Object)}. In some
164 return tailSet(fromElemen
[all...]
H A DConstraints.java190 @Override public SortedSet<E> tailSet(E fromElement) { method in class:Constraints.ConstrainedSortedSet
191 return constrainedSortedSet(delegate.tailSet(fromElement), constraint);
H A DImmutableSortedSet.java51 * <p>The sets returned by the {@link #headSet}, {@link #tailSet}, and
661 * <p>The {@link SortedSet#tailSet} documentation states that a subset of a
668 public ImmutableSortedSet<E> tailSet(E fromElement) { method in class:ImmutableSortedSet
669 return tailSet(fromElement, true);
676 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { method in class:ImmutableSortedSet
681 * These methods perform most headSet, subSet, and tailSet logic, besides
712 return Iterables.getFirst(tailSet(e, true), null);
720 return Iterables.getFirst(tailSet(e, false), null);
H A DSets.java950 public SortedSet<E> tailSet(E fromElement) { method in class:Sets.FilteredSortedSet
951 return new FilteredSortedSet<E>(((SortedSet<E>) unfiltered).tailSet(fromElement), predicate);
H A DAbstractMapBasedMultimap.java672 public SortedSet<V> tailSet(V fromElement) { method in class:AbstractMapBasedMultimap.WrappedSortedSet
675 getKey(), getSortedSetDelegate().tailSet(fromElement),
940 public SortedSet<K> tailSet(K fromElement) { method in class:AbstractMapBasedMultimap.SortedKeySet
H A DSynchronized.java276 public SortedSet<E> tailSet(E fromElement) { method in class:Synchronized.SynchronizedSortedSet
278 return sortedSet(delegate().tailSet(fromElement), mutex);
H A DMaps.java840 return asMap(backingSet().tailSet(fromKey), function);
901 public SortedSet<E> tailSet(E fromElement) {
902 return removeOnlySortedSet(super.tailSet(fromElement));
2315 public SortedSet<K> tailSet(K fromElement) { method in class:Maps.FilteredEntrySortedMap.SortedKeySet
2687 public SortedSet<K> tailSet(K fromElement) { method in class:Maps.SortedKeySet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedMultisets.java69 @Override public SortedSet<E> tailSet(E fromElement) { method in class:SortedMultisets.ElementSet
H A DContiguousSet.java94 @Override public ContiguousSet<C> tailSet(C fromElement) { method in class:ContiguousSet
99 * These methods perform most headSet, subSet, and tailSet logic, besides parameter validation.
H A DImmutableSortedSet.java323 Iterator<E> iterator = tailSet(e).iterator();
362 return tailSet(fromElement, fromInclusive).headSet(toElement, toInclusive);
365 public ImmutableSortedSet<E> tailSet(E fromElement) { method in class:ImmutableSortedSet
368 return unsafeDelegateSortedSet(sortedDelegate.tailSet(fromElement), true);
374 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { method in class:ImmutableSortedSet
383 return tailSet(fromElement);
H A DSets.java817 public SortedSet<E> tailSet(E fromElement) { method in class:Sets.FilteredSortedSet
818 return new FilteredSortedSet<E>(((SortedSet<E>) unfiltered).tailSet(fromElement), predicate);
H A DAbstractMapBasedMultimap.java671 public SortedSet<V> tailSet(V fromElement) { method in class:AbstractMapBasedMultimap.WrappedSortedSet
674 getKey(), getSortedSetDelegate().tailSet(fromElement),
939 public SortedSet<K> tailSet(K fromElement) { method in class:AbstractMapBasedMultimap.SortedKeySet
H A DSynchronized.java263 public SortedSet<E> tailSet(E fromElement) { method in class:Synchronized.SynchronizedSortedSet
265 return sortedSet(delegate().tailSet(fromElement), mutex);
H A DMaps.java837 return asMap(backingSet().tailSet(fromKey), function);
898 public SortedSet<E> tailSet(E fromElement) {
899 return removeOnlySortedSet(super.tailSet(fromElement));
2286 public SortedSet<K> tailSet(K fromElement) { method in class:Maps.FilteredEntrySortedMap.SortedKeySet
2658 public SortedSet<K> tailSet(K fromElement) { method in class:Maps.SortedKeySet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeSet.java134 @Override public SortedSet<E> tailSet(E fromElement) { method in class:SafeTreeSet
135 return new SafeTreeSet<E>(delegate.tailSet(checkValid(fromElement)));
/external/smali/util/src/main/java/org/jf/util/
H A DArraySortedSet.java146 public SortedSet<T> tailSet(T fromElement) { 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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 334 milliseconds