Home
last modified time | relevance | path

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

12

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java86 @Override public ContiguousSet<C> headSet(C toElement) { in headSet()
94 @Override public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
98 @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()
132 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
135 C toElement, boolean toInclusive); in subSetImpl()
DForwardingSortedSet.java76 public SortedSet<E> headSet(E toElement) { in headSet()
86 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
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()
67 @Override public SortedSet<E> headSet(E toElement) { in headSet()
DRegularContiguousSet.java50 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
54 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
DImmutableSortedSet.java614 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
622 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
640 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
649 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
684 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
687 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
DDescendingMultiset.java66 @Override public SortedMultiset<E> headMultiset(E toElement, in headMultiset()
73 BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
DDescendingImmutableSortedSet.java47 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
53 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DRegularImmutableSortedSet.java219 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
223 int headIndex(E toElement, boolean inclusive) { in headIndex()
231 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DEmptyImmutableSortedSet.java107 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
113 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DEmptyContiguousSet.java61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
66 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DAbstractSortedMultiset.java103 @Nullable E toElement, BoundType toBoundType) { in subMultiset()
DAbstractMapBasedMultimap.java656 public SortedSet<V> headSet(V toElement) { in headSet()
664 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
925 public SortedSet<K> headSet(K toElement) { in headSet()
935 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
DConstraints.java183 @Override public SortedSet<E> headSet(E toElement) { in headSet()
186 @Override 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/
DContiguousSet.java83 @Override public ContiguousSet<C> headSet(C toElement) { in headSet()
87 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
101 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
104 C toElement, boolean toInclusive); in subSetImpl()
DSortedMultisets.java61 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
65 @Override public SortedSet<E> headSet(E toElement) { in headSet()
DEmptyContiguousSet.java59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
64 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DDescendingMultiset.java66 @Override public SortedMultiset<E> headMultiset(E toElement, in headMultiset()
73 BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
DRegularContiguousSet.java48 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
52 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
DImmutableSortedSet.java312 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
333 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
349 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
353 ImmutableSortedSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, in subSet()
DAbstractSortedMultiset.java103 @Nullable E toElement, BoundType toBoundType) { in subMultiset()
DAbstractMapBasedMultimap.java655 public SortedSet<V> headSet(V toElement) { in headSet()
663 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
924 public SortedSet<K> headSet(K toElement) { in headSet()
934 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
DSynchronized.java249 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
256 public SortedSet<E> headSet(E toElement) { in headSet()
/external/smali/util/src/main/java/org/jf/util/
DArraySortedSet.java136 public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
141 public SortedSet<T> headSet(T toElement) { in headSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java97 @Override public SortedSet<E> headSet(E toElement) { in headSet()
130 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedSetTest.java100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()

12