/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 166 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()
|
D | ForwardingNavigableSet.java | 196 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()
|
D | ForwardingSortedSet.java | 91 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()
|
D | SortedMultisets.java | 70 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()
|
D | RegularContiguousSet.java | 62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 74 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | AbstractMapBasedMultimap.java | 668 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()
|
D | DescendingImmutableSortedSet.java | 60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 65 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | DescendingMultiset.java | 81 public SortedMultiset<E> subMultiset( in subMultiset() 92 public SortedMultiset<E> tailMultiset(@ParametricNullness E fromElement, BoundType boundType) { in tailMultiset()
|
D | RegularImmutableSortedSet.java | 270 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()
|
D | ImmutableSortedSet.java | 665 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/ |
D | ContiguousSet.java | 166 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()
|
D | ForwardingNavigableSet.java | 196 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()
|
D | ForwardingSortedSet.java | 91 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()
|
D | SortedMultisets.java | 70 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()
|
D | RegularContiguousSet.java | 62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 74 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | AbstractMapBasedMultimap.java | 660 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()
|
D | DescendingImmutableSortedSet.java | 60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 65 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | RegularImmutableSortedSet.java | 260 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()
|
D | DescendingMultiset.java | 81 public SortedMultiset<E> subMultiset( in subMultiset() 92 public SortedMultiset<E> tailMultiset(@ParametricNullness E fromElement, BoundType boundType) { in tailMultiset()
|
D | ImmutableSortedSet.java | 608 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/ |
D | SynchronizedNavigableSetTest.java | 123 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/ |
D | SynchronizedNavigableSetTest.java | 123 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/ |
D | SafeTreeSet.java | 201 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/ |
D | SafeTreeSet.java | 201 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/ |
D | DescendingMultiset.java | 80 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset() 87 public SortedMultiset<E> tailMultiset(E fromElement, BoundType boundType) { in tailMultiset()
|