Home
last modified time | relevance | path

Searched defs:fromElement (Results 1 – 25 of 41) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
185 public ContiguousSet<C> tailSet(C fromElement) { in tailSet()
192 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
207 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DForwardingNavigableSet.java196 public NavigableSet<E> subSet( in subSet()
209 protected NavigableSet<E> standardSubSet( in standardSubSet()
224 protected SortedSet<E> standardSubSet( in standardSubSet()
244 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet()
253 protected SortedSet<E> standardTailSet(@ParametricNullness E fromElement) { in standardTailSet()
DForwardingSortedSet.java91 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
96 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet()
154 protected SortedSet<E> standardSubSet( in standardSubSet()
DSortedMultisets.java70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
80 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet()
152 public NavigableSet<E> subSet( in subSet()
171 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet()
DRegularContiguousSet.java62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
74 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DAbstractMapBasedMultimap.java668 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet()
677 public SortedSet<V> tailSet(@ParametricNullness V fromElement) { in tailSet()
751 public NavigableSet<V> subSet( in subSet()
766 public NavigableSet<V> tailSet(@ParametricNullness V fromElement, boolean inclusive) { in tailSet()
1055 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet()
1060 public SortedSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet()
1133 public NavigableSet<K> subSet( in subSet()
1139 public NavigableSet<K> subSet( in subSet()
1149 public NavigableSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet()
1154 public NavigableSet<K> tailSet(@ParametricNullness K fromElement, boolean inclusive) { in tailSet()
DDescendingImmutableSortedSet.java60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
65 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DDescendingMultiset.java81 public SortedMultiset<E> subMultiset( in subMultiset()
92 public SortedMultiset<E> tailMultiset(@ParametricNullness E fromElement, BoundType boundType) { in tailMultiset()
DRegularImmutableSortedSet.java270 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
275 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
279 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
DImmutableSortedSet.java665 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
673 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
691 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet()
697 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
708 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
710 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
/external/guava/android/guava/src/com/google/common/collect/
DContiguousSet.java166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
185 public ContiguousSet<C> tailSet(C fromElement) { in tailSet()
192 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet()
204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
207 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DForwardingNavigableSet.java196 public NavigableSet<E> subSet( in subSet()
209 protected NavigableSet<E> standardSubSet( in standardSubSet()
224 protected SortedSet<E> standardSubSet( in standardSubSet()
244 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet()
253 protected SortedSet<E> standardTailSet(@ParametricNullness E fromElement) { in standardTailSet()
DForwardingSortedSet.java91 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
96 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet()
154 protected SortedSet<E> standardSubSet( in standardSubSet()
DSortedMultisets.java70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
80 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet()
152 public NavigableSet<E> subSet( in subSet()
171 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet()
DRegularContiguousSet.java62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
74 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DAbstractMapBasedMultimap.java660 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet()
669 public SortedSet<V> tailSet(@ParametricNullness V fromElement) { in tailSet()
743 public NavigableSet<V> subSet( in subSet()
758 public NavigableSet<V> tailSet(@ParametricNullness V fromElement, boolean inclusive) { in tailSet()
1042 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet()
1047 public SortedSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet()
1120 public NavigableSet<K> subSet( in subSet()
1126 public NavigableSet<K> subSet( in subSet()
1136 public NavigableSet<K> tailSet(@ParametricNullness K fromElement) { in tailSet()
1141 public NavigableSet<K> tailSet(@ParametricNullness K fromElement, boolean inclusive) { in tailSet()
DDescendingImmutableSortedSet.java60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
65 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularImmutableSortedSet.java260 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
265 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
269 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
DDescendingMultiset.java81 public SortedMultiset<E> subMultiset( in subMultiset()
92 public SortedMultiset<E> tailMultiset(@ParametricNullness E fromElement, BoundType boundType) { in tailMultiset()
DImmutableSortedSet.java608 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
616 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
634 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet()
640 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
651 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
653 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java123 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
134 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
140 public SortedSet<E> tailSet(E fromElement) { in tailSet()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java123 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
134 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
140 public SortedSet<E> tailSet(E fromElement) { in tailSet()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java201 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
208 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
213 public SortedSet<E> tailSet(E fromElement) { in tailSet()
218 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java201 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
208 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
213 public SortedSet<E> tailSet(E fromElement) { in tailSet()
218 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DDescendingMultiset.java80 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
87 public SortedMultiset<E> tailMultiset(E fromElement, BoundType boundType) { in tailMultiset()

12