Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java149 public ContiguousSet<C> headSet(C toElement) { in headSet()
156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
161 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
172 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
196 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
200 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
DForwardingNavigableSet.java182 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
193 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in standardSubSet()
204 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
218 protected SortedSet<E> standardHeadSet(E toElement) { in standardHeadSet()
DSortedMultisets.java66 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
71 public SortedSet<E> headSet(E toElement) { in headSet()
140 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
DForwardingSortedSet.java74 public SortedSet<E> headSet(E toElement) { in headSet()
84 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
159 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
DRegularContiguousSet.java50 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
56 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DDescendingImmutableSortedSet.java52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
58 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DAbstractMapBasedMultimap.java642 public SortedSet<V> headSet(V toElement) { in headSet()
651 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
727 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet()
733 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet()
1008 public SortedSet<K> headSet(K toElement) { in headSet()
1018 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
1080 public NavigableSet<K> headSet(K toElement) { in headSet()
1085 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet()
1090 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
1096 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
DImmutableSortedSet.java616 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
623 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
640 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
648 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
681 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
684 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
DDescendingMultiset.java70 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset()
76 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
DRegularImmutableSortedSet.java247 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
251 int headIndex(E toElement, boolean inclusive) { in headIndex()
262 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
/external/guava/android/guava/src/com/google/common/collect/
DContiguousSet.java149 public ContiguousSet<C> headSet(C toElement) { in headSet()
156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
161 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
172 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
196 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
200 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
DForwardingNavigableSet.java182 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
193 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in standardSubSet()
204 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
218 protected SortedSet<E> standardHeadSet(E toElement) { in standardHeadSet()
DSortedMultisets.java66 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
71 public SortedSet<E> headSet(E toElement) { in headSet()
140 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
DForwardingSortedSet.java74 public SortedSet<E> headSet(E toElement) { in headSet()
84 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
159 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
DRegularContiguousSet.java50 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
56 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DImmutableSortedSet.java541 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
548 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
565 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
573 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
606 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
609 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
DDescendingImmutableSortedSet.java52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
58 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DAbstractMapBasedMultimap.java636 public SortedSet<V> headSet(V toElement) { in headSet()
645 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
721 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet()
727 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet()
997 public SortedSet<K> headSet(K toElement) { in headSet()
1007 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
1069 public NavigableSet<K> headSet(K toElement) { in headSet()
1074 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet()
1079 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
1085 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
DDescendingMultiset.java70 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset()
76 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
DRegularImmutableSortedSet.java236 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
240 int headIndex(E toElement, boolean inclusive) { in headIndex()
251 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java87 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
93 public SortedSet<E> headSet(E toElement) { in headSet()
122 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
128 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java87 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
93 public SortedSet<E> headSet(E toElement) { in headSet()
122 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
128 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java134 public SortedSet<E> headSet(E toElement) { in headSet()
139 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
200 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
207 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java134 public SortedSet<E> headSet(E toElement) { in headSet()
139 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
200 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
207 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.java68 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset()
74 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()

12