Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java133 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
139 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
234 SortedSet<String> tailSet = set.tailSet("a"); in testTailSet_E() local
241 NavigableSet<String> tailSet = set.tailSet("a", true); in testTailSet_E_B() local
DForwardingNavigableSetTest.java157 public SortedSet<T> tailSet(T fromElement) { in tailSet() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java133 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
139 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SynchronizedNavigableSetTest.TestSet
233 SortedSet<String> tailSet = map.tailSet("a"); in testTailSet_E() local
240 NavigableSet<String> tailSet = map.tailSet("a", true); in testTailSet_E_B() local
DForwardingNavigableSetTest.java157 public SortedSet<T> tailSet(T fromElement) { in tailSet() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
/external/guava/guava/src/com/google/common/collect/
DSortedMultisets.java80 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet() method in SortedMultisets.ElementSet
171 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet() method in SortedMultisets.NavigableElementSet
DContiguousSet.java189 public ContiguousSet<C> tailSet(C fromElement) { in tailSet() method in ContiguousSet
196 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() method in ContiguousSet
DForwardingSortedSet.java97 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet() method in ForwardingSortedSet
DAbstractMapBasedMultimap.java677 public SortedSet<V> tailSet(@ParametricNullness V fromElement) { in tailSet() method in AbstractMapBasedMultimap.WrappedSortedSet
766 public NavigableSet<V> tailSet(@ParametricNullness V fromElement, boolean inclusive) { in tailSet() method in AbstractMapBasedMultimap.WrappedNavigableSet
1060 public SortedSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in SortedKeySet
1149 public NavigableSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in NavigableKeySet
1154 public NavigableSet<K> tailSet(@ParametricNullness K fromElement, boolean inclusive) { in tailSet() method in NavigableKeySet
DForwardingNavigableSet.java247 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet() method in ForwardingNavigableSet
DImmutableSortedSet.java672 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() method in ImmutableSortedSet
678 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ImmutableSortedSet
DSynchronized.java339 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in Synchronized.SynchronizedSortedSet
/external/guava/android/guava/src/com/google/common/collect/
DSortedMultisets.java80 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet() method in SortedMultisets.ElementSet
171 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet() method in SortedMultisets.NavigableElementSet
DContiguousSet.java189 public ContiguousSet<C> tailSet(C fromElement) { in tailSet() method in ContiguousSet
196 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() method in ContiguousSet
DForwardingSortedSet.java97 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet() method in ForwardingSortedSet
DAbstractMapBasedMultimap.java669 public SortedSet<V> tailSet(@ParametricNullness V fromElement) { in tailSet() method in AbstractMapBasedMultimap.WrappedSortedSet
758 public NavigableSet<V> tailSet(@ParametricNullness V fromElement, boolean inclusive) { in tailSet() method in AbstractMapBasedMultimap.WrappedNavigableSet
1047 public SortedSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in SortedKeySet
1136 public NavigableSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet() method in NavigableKeySet
1141 public NavigableSet<K> tailSet(@ParametricNullness K fromElement, boolean inclusive) { in tailSet() method in NavigableKeySet
DForwardingNavigableSet.java247 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet() method in ForwardingNavigableSet
DImmutableSortedSet.java604 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() method in ImmutableSortedSet
610 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ImmutableSortedSet
DSynchronized.java296 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in Synchronized.SynchronizedSortedSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java212 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SafeTreeSet
217 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SafeTreeSet
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java212 public SortedSet<E> tailSet(E fromElement) { in tailSet() method in SafeTreeSet
217 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in SafeTreeSet
/external/smali/dexlib2/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.java364 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() method in ImmutableSortedSet
373 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() method in ImmutableSortedSet