/external/guava/android/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 161 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 172 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 180 public ContiguousSet<C> tailSet(C fromElement) { in tailSet() 187 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() 200 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl() 203 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | ForwardingNavigableSet.java | 182 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 193 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in standardSubSet() 204 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet() 223 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 232 protected SortedSet<E> standardTailSet(E fromElement) { in standardTailSet()
|
D | SortedMultisets.java | 66 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 76 public SortedSet<E> tailSet(E fromElement) { in tailSet() 140 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 155 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ForwardingSortedSet.java | 84 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 89 public SortedSet<E> tailSet(E fromElement) { in tailSet() 159 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
|
D | RegularContiguousSet.java | 56 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 68 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | ImmutableSortedSet.java | 564 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 572 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 590 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() 596 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 607 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl() 609 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
|
D | AbstractMapBasedMultimap.java | 644 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 653 public SortedSet<V> tailSet(V fromElement) { in tailSet() 720 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 731 public NavigableSet<V> tailSet(V fromElement, boolean inclusive) { in tailSet() 1006 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1011 public SortedSet<K> tailSet(K fromElement) { in tailSet() 1078 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1084 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet() 1090 public NavigableSet<K> tailSet(K fromElement) { in tailSet() 1095 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet()
|
D | DescendingImmutableSortedSet.java | 58 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 63 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | DescendingMultiset.java | 76 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset() 83 public SortedMultiset<E> tailMultiset(E fromElement, BoundType boundType) { in tailMultiset()
|
D | RegularImmutableSortedSet.java | 251 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 256 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() 260 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 161 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 172 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 180 public ContiguousSet<C> tailSet(C fromElement) { in tailSet() 187 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() 200 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl() 203 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | ForwardingNavigableSet.java | 182 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 193 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in standardSubSet() 204 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet() 223 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 232 protected SortedSet<E> standardTailSet(E fromElement) { in standardTailSet()
|
D | SortedMultisets.java | 66 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 76 public SortedSet<E> tailSet(E fromElement) { in tailSet() 140 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 155 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ForwardingSortedSet.java | 84 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 89 public SortedSet<E> tailSet(E fromElement) { in tailSet() 159 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
|
D | RegularContiguousSet.java | 56 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 68 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | AbstractMapBasedMultimap.java | 650 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 659 public SortedSet<V> tailSet(V fromElement) { in tailSet() 726 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 737 public NavigableSet<V> tailSet(V fromElement, boolean inclusive) { in tailSet() 1017 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1022 public SortedSet<K> tailSet(K fromElement) { in tailSet() 1089 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1095 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet() 1101 public NavigableSet<K> tailSet(K fromElement) { in tailSet() 1106 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet()
|
D | DescendingImmutableSortedSet.java | 58 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 63 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | ImmutableSortedSet.java | 639 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 647 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 665 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() 671 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 682 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl() 684 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
|
D | DescendingMultiset.java | 76 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset() 83 public SortedMultiset<E> tailMultiset(E fromElement, BoundType boundType) { in tailMultiset()
|
D | RegularImmutableSortedSet.java | 262 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 267 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() 271 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
|
/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/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-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()
|