Home
last modified time | relevance | path

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

12

/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()
547 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
564 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
572 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
604 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
607 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
DAbstractMapBasedMultimap.java635 public SortedSet<V> headSet(V toElement) { in headSet()
644 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
720 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet()
726 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet()
996 public SortedSet<K> headSet(K toElement) { in headSet()
1006 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
1068 public NavigableSet<K> headSet(K toElement) { in headSet()
1073 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet()
1078 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
1084 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
DDescendingImmutableSortedSet.java52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
58 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.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/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()
DAbstractMapBasedMultimap.java641 public SortedSet<V> headSet(V toElement) { in headSet()
650 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
726 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet()
732 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet()
1007 public SortedSet<K> headSet(K toElement) { in headSet()
1017 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
1079 public NavigableSet<K> headSet(K toElement) { in headSet()
1084 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet()
1089 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
1095 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
DDescendingImmutableSortedSet.java52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
58 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DImmutableSortedSet.java616 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
622 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
639 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
647 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
679 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
682 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/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/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-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