Home
last modified time | relevance | path

Searched defs:tailSet (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java65 @Override public ContiguousSet<C> tailSet(C fromElement) { in tailSet() method in ContiguousSet
69 @Override ContiguousSet<C> tailSet(C fromElement, boolean inclusive){ in tailSet() method in ContiguousSet
DForwardingSortedSet.java91 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in ForwardingSortedSet
DStandardRowSortedTable.java112 public SortedSet<R> tailSet(R fromElement) { in tailSet() method in StandardRowSortedTable.RowKeySortedSet
DSortedMultisets.java59 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SortedMultisets.ElementSet
DImmutableSortedSet.java643 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() method in ImmutableSortedSet
647 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ImmutableSortedSet
DAbstractMultimap.java700 public SortedSet<V> tailSet(V fromElement) { in tailSet() method in AbstractMultimap.WrappedSortedSet
985 public SortedSet<K> tailSet(K fromElement) { in tailSet() method in SortedKeySet
DConstraints.java182 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet() method in Constraints.ConstrainedSortedSet
DSynchronized.java274 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in Synchronized.SynchronizedSortedSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java182 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SafeTreeSet
186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SafeTreeSet
/external/smali/util/src/main/java/org/jf/util/
DArraySortedSet.java146 public SortedSet<T> tailSet(T fromElement) { in tailSet() method in ArraySortedSet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java349 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() method in ImmutableSortedSet
358 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ImmutableSortedSet
DSynchronized.java261 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in Synchronized.SynchronizedSortedSet