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()
DForwardingNavigableSet.java177 E fromElement, in subSet()
191 E fromElement, in standardSubSet()
205 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
225 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
235 protected SortedSet<E> standardTailSet(E fromElement) { in standardTailSet()
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.java64 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
72 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
136 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
149 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { 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()
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()
DImmutableSortedSet.java642 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
652 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
671 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet()
680 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
691 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
693 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
DAbstractMapBasedMultimap.java666 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
674 public SortedSet<V> tailSet(V fromElement) { in tailSet()
741 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet()
752 public NavigableSet<V> tailSet(V fromElement, boolean inclusive) { in tailSet()
1012 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
1017 public SortedSet<K> tailSet(K fromElement) { in tailSet()
1084 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
1090 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
1096 public NavigableSet<K> tailSet(K fromElement) { in tailSet()
1101 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet()
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()
/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()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java113 @Override public NavigableSet<E> subSet(E fromElement, in subSet()
120 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
124 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
129 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
DForwardingNavigableSetTest.java102 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
142 public SortedSet<T> tailSet(T fromElement) { in tailSet()
DForwardingSortedSetTest.java100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java172 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
182 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { 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()

12