Home
last modified time | relevance | path

Searched defs:toElement (Results 1 – 25 of 45) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java154 public ContiguousSet<C> headSet(C toElement) { in headSet()
161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
200 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
DForwardingNavigableSet.java199 @ParametricNullness E toElement, in subSet()
212 @ParametricNullness E toElement, in standardSubSet()
225 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet()
230 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet()
239 protected SortedSet<E> standardHeadSet(@ParametricNullness E toElement) { in standardHeadSet()
DForwardingSortedSet.java80 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet()
91 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
155 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet()
DSortedMultisets.java70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet()
155 @ParametricNullness E toElement, in subSet()
165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet()
DRegularContiguousSet.java55 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DAbstractMapBasedMultimap.java659 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet()
668 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet()
754 @ParametricNullness V toElement, in subSet()
761 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet()
1044 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet()
1055 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet()
1123 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet()
1128 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet()
1134 @ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet()
1142 @ParametricNullness K toElement, in subSet()
DDescendingImmutableSortedSet.java54 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DDescendingMultiset.java76 public SortedMultiset<E> headMultiset(@ParametricNullness E toElement, BoundType boundType) { in headMultiset()
84 @ParametricNullness E toElement, in subMultiset()
DRegularImmutableSortedSet.java255 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
259 int headIndex(E toElement, boolean inclusive) { in headIndex()
270 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DImmutableSortedSet.java642 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
648 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
665 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
673 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
705 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
708 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
/external/guava/android/guava/src/com/google/common/collect/
DContiguousSet.java154 public ContiguousSet<C> headSet(C toElement) { in headSet()
161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
200 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
DForwardingNavigableSet.java199 @ParametricNullness E toElement, in subSet()
212 @ParametricNullness E toElement, in standardSubSet()
225 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet()
230 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet()
239 protected SortedSet<E> standardHeadSet(@ParametricNullness E toElement) { in standardHeadSet()
DForwardingSortedSet.java80 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet()
91 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
155 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet()
DSortedMultisets.java70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet()
155 @ParametricNullness E toElement, in subSet()
165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet()
DRegularContiguousSet.java55 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DAbstractMapBasedMultimap.java651 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet()
660 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet()
746 @ParametricNullness V toElement, in subSet()
753 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet()
1031 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet()
1042 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet()
1110 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet()
1115 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet()
1121 @ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet()
1129 @ParametricNullness K toElement, in subSet()
DDescendingImmutableSortedSet.java54 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DRegularImmutableSortedSet.java245 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
249 int headIndex(E toElement, boolean inclusive) { in headIndex()
260 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DDescendingMultiset.java76 public SortedMultiset<E> headMultiset(@ParametricNullness E toElement, BoundType boundType) { in headMultiset()
84 @ParametricNullness E toElement, in subMultiset()
DImmutableSortedSet.java585 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
591 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
608 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
616 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
648 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
651 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java88 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
94 public SortedSet<E> headSet(E toElement) { in headSet()
123 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java88 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
94 public SortedSet<E> headSet(E toElement) { in headSet()
123 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java135 public SortedSet<E> headSet(E toElement) { in headSet()
140 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
201 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
208 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java135 public SortedSet<E> headSet(E toElement) { in headSet()
140 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
201 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
208 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DDescendingMultiset.java74 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset()
80 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()

12