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.java170 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
181 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
189 public ContiguousSet<C> tailSet(C fromElement) { in tailSet()
196 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet()
208 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
211 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DForwardingNavigableSet.java198 public NavigableSet<E> subSet( in subSet()
212 protected NavigableSet<E> standardSubSet( in standardSubSet()
227 protected SortedSet<E> standardSubSet( in standardSubSet()
247 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet()
256 protected SortedSet<E> standardTailSet(@ParametricNullness E fromElement) { in standardTailSet()
DForwardingSortedSet.java92 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
97 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet()
158 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.java58 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
70 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()
DImmutableSortedSet.java646 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
654 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
672 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet()
678 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
689 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
691 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
DDescendingImmutableSortedSet.java59 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
64 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DDescendingMultiset.java80 public SortedMultiset<E> subMultiset( in subMultiset()
91 public SortedMultiset<E> tailMultiset(@ParametricNullness E fromElement, BoundType boundType) { in tailMultiset()
DRegularImmutableSortedSet.java269 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
274 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
278 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
/external/guava/android/guava/src/com/google/common/collect/
DContiguousSet.java170 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
181 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet()
189 public ContiguousSet<C> tailSet(C fromElement) { in tailSet()
196 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet()
208 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
211 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DForwardingNavigableSet.java198 public NavigableSet<E> subSet( in subSet()
212 protected NavigableSet<E> standardSubSet( in standardSubSet()
227 protected SortedSet<E> standardSubSet( in standardSubSet()
247 public NavigableSet<E> tailSet(@ParametricNullness E fromElement, boolean inclusive) { in tailSet()
256 protected SortedSet<E> standardTailSet(@ParametricNullness E fromElement) { in standardTailSet()
DForwardingSortedSet.java92 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet()
97 public SortedSet<E> tailSet(@ParametricNullness E fromElement) { in tailSet()
158 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.java58 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
70 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DImmutableSortedSet.java578 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
586 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
604 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet()
610 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
621 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
623 abstract ImmutableSortedSet<E> tailSetImpl(E 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.java59 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
64 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularImmutableSortedSet.java259 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
264 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
268 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
DDescendingMultiset.java80 public SortedMultiset<E> subMultiset( in subMultiset()
91 public SortedMultiset<E> tailMultiset(@ParametricNullness E fromElement, BoundType boundType) { in tailMultiset()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java122 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
128 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
133 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
139 public SortedSet<E> tailSet(E fromElement) { in tailSet()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java122 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
128 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
133 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
139 public SortedSet<E> tailSet(E fromElement) { in tailSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java200 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
207 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
212 public SortedSet<E> tailSet(E fromElement) { in tailSet()
217 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java200 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
207 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
212 public SortedSet<E> tailSet(E fromElement) { in tailSet()
217 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.java74 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
81 public SortedMultiset<E> tailMultiset(E fromElement, BoundType boundType) { in tailMultiset()

12