Home
last modified time | relevance | path

Searched defs:toElement (Results 1 – 25 of 29) 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()
DForwardingNavigableSet.java179 E toElement, in subSet()
193 E toElement, in standardSubSet()
205 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
210 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
220 protected SortedSet<E> standardHeadSet(E toElement) { in standardHeadSet()
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.java64 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
68 @Override public SortedSet<E> headSet(E toElement) { in headSet()
136 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
143 public NavigableSet<E> headSet(E toElement, boolean inclusive) { 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()
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()
DImmutableSortedSet.java615 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
624 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
642 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
652 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
688 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
691 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
DAbstractMapBasedMultimap.java658 public SortedSet<V> headSet(V toElement) { in headSet()
666 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
741 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet()
747 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet()
1002 public SortedSet<K> headSet(K toElement) { in headSet()
1012 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
1074 public NavigableSet<K> headSet(K toElement) { in headSet()
1079 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet()
1084 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet()
1090 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
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()
/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()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java85 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
90 @Override public SortedSet<E> headSet(E toElement) { in headSet()
114 boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
120 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
DForwardingNavigableSetTest.java102 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
137 public SortedSet<T> headSet(T toElement) { in headSet()
DForwardingSortedSetTest.java100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java118 @Override public SortedSet<E> headSet(E toElement) { in headSet()
122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
172 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/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()

12