Home
last modified time | relevance | path

Searched defs:fromElement (Results 1 – 25 of 30) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java98 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
109 @Override public ContiguousSet<C> subSet(C fromElement, boolean fromInclusive, C toElement, in subSet()
117 @Override public ContiguousSet<C> tailSet(C fromElement) { in tailSet()
125 @Override public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet()
134 /*@Override*/ abstract ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, in subSetImpl()
137 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DForwardingSortedSet.java86 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
91 public SortedSet<E> tailSet(E fromElement) { in tailSet()
163 @Beta protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
DSortedMultisets.java63 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
71 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
DRegularContiguousSet.java54 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
65 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DImmutableSortedSet.java640 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
649 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
668 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet()
676 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
687 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
689 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
DDescendingMultiset.java72 @Override public SortedMultiset<E> subMultiset(E fromElement, in subMultiset()
78 @Override public SortedMultiset<E> tailMultiset(E fromElement, in tailMultiset()
DDescendingImmutableSortedSet.java53 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
58 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularImmutableSortedSet.java231 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
237 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
241 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
DEmptyImmutableSortedSet.java113 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
118 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DEmptyContiguousSet.java66 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
70 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
DAbstractSortedMultiset.java102 public SortedMultiset<E> subMultiset(@Nullable E fromElement, BoundType fromBoundType, in subMultiset()
DAbstractMapBasedMultimap.java664 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
672 public SortedSet<V> tailSet(V fromElement) { in tailSet()
935 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
940 public SortedSet<K> tailSet(K fromElement) { in tailSet()
DConstraints.java186 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
190 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSet.java87 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
94 @Override public ContiguousSet<C> tailSet(C fromElement) { in tailSet()
103 /*@Override*/ abstract ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, in subSetImpl()
106 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DSortedMultisets.java61 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
69 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
DEmptyContiguousSet.java64 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
68 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
DDescendingMultiset.java72 @Override public SortedMultiset<E> subMultiset(E fromElement, in subMultiset()
78 @Override public SortedMultiset<E> tailMultiset(E fromElement, in tailMultiset()
DRegularContiguousSet.java52 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
63 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DImmutableSortedSet.java349 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
353 ImmutableSortedSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, in subSet()
365 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet()
374 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
DAbstractSortedMultiset.java102 public SortedMultiset<E> subMultiset(@Nullable E fromElement, BoundType fromBoundType, in subMultiset()
DAbstractMapBasedMultimap.java663 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
671 public SortedSet<V> tailSet(V fromElement) { in tailSet()
934 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
939 public SortedSet<K> tailSet(K fromElement) { in tailSet()
DSynchronized.java249 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
263 public SortedSet<E> tailSet(E fromElement) { in tailSet()
/external/smali/util/src/main/java/org/jf/util/
DArraySortedSet.java136 public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
146 public SortedSet<T> tailSet(T fromElement) { in tailSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java130 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
134 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedSetTest.java100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()

12