| /external/guava/guava/src/com/google/common/collect/ |
| D | ContiguousSet.java | 170 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()
|
| D | ForwardingNavigableSet.java | 198 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()
|
| D | ForwardingSortedSet.java | 92 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()
|
| 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 | 58 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 70 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 | ImmutableSortedSet.java | 646 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()
|
| D | DescendingImmutableSortedSet.java | 59 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 64 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
| D | DescendingMultiset.java | 80 public SortedMultiset<E> subMultiset( in subMultiset() 91 public SortedMultiset<E> tailMultiset(@ParametricNullness E fromElement, BoundType boundType) { in tailMultiset()
|
| D | RegularImmutableSortedSet.java | 269 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/ |
| D | ContiguousSet.java | 170 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()
|
| D | ForwardingNavigableSet.java | 198 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()
|
| D | ForwardingSortedSet.java | 92 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()
|
| 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 | 58 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 70 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
| D | ImmutableSortedSet.java | 578 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()
|
| 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 | 59 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 64 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
| D | RegularImmutableSortedSet.java | 259 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()
|
| D | DescendingMultiset.java | 80 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/ |
| D | SynchronizedNavigableSetTest.java | 122 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/ |
| D | SynchronizedNavigableSetTest.java | 122 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/ |
| D | SafeTreeSet.java | 200 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/ |
| D | SafeTreeSet.java | 200 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/ |
| D | DescendingMultiset.java | 74 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset() 81 public SortedMultiset<E> tailMultiset(E fromElement, BoundType boundType) { in tailMultiset()
|