/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 98 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 109 @Override public ContiguousSet<C> subSet(C fromElement, boolean fromInclusive, C toElement, in subSet() 117 @Override public ContiguousSet<C> tailSet(C fromElement) { in tailSet() 125 @Override public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() 134 /*@Override*/ abstract ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, in subSetImpl() 137 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | ForwardingSortedSet.java | 86 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 91 public SortedSet<E> tailSet(E fromElement) { in tailSet() 163 @Beta protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
|
D | SortedMultisets.java | 63 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 71 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
D | RegularContiguousSet.java | 54 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl() 65 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | ImmutableSortedSet.java | 640 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 649 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 668 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() 676 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 687 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl() 689 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
|
D | DescendingMultiset.java | 72 @Override public SortedMultiset<E> subMultiset(E fromElement, in subMultiset() 78 @Override public SortedMultiset<E> tailMultiset(E fromElement, in tailMultiset()
|
D | DescendingImmutableSortedSet.java | 53 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 58 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | RegularImmutableSortedSet.java | 231 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 237 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() 241 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
|
D | EmptyImmutableSortedSet.java | 113 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() 118 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | EmptyContiguousSet.java | 66 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 70 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
D | AbstractSortedMultiset.java | 102 public SortedMultiset<E> subMultiset(@Nullable E fromElement, BoundType fromBoundType, in subMultiset()
|
D | AbstractMapBasedMultimap.java | 664 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 672 public SortedSet<V> tailSet(V fromElement) { in tailSet() 935 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 940 public SortedSet<K> tailSet(K fromElement) { in tailSet()
|
D | Constraints.java | 186 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 190 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ContiguousSet.java | 87 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 94 @Override public ContiguousSet<C> tailSet(C fromElement) { in tailSet() 103 /*@Override*/ abstract ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, in subSetImpl() 106 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | SortedMultisets.java | 61 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 69 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
D | EmptyContiguousSet.java | 64 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl() 68 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl()
|
D | DescendingMultiset.java | 72 @Override public SortedMultiset<E> subMultiset(E fromElement, in subMultiset() 78 @Override public SortedMultiset<E> tailMultiset(E fromElement, in tailMultiset()
|
D | RegularContiguousSet.java | 52 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl() 63 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | ImmutableSortedSet.java | 349 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 353 ImmutableSortedSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, in subSet() 365 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() 374 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | AbstractSortedMultiset.java | 102 public SortedMultiset<E> subMultiset(@Nullable E fromElement, BoundType fromBoundType, in subMultiset()
|
D | AbstractMapBasedMultimap.java | 663 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 671 public SortedSet<V> tailSet(V fromElement) { in tailSet() 934 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 939 public SortedSet<K> tailSet(K fromElement) { in tailSet()
|
D | Synchronized.java | 249 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 263 public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
/external/smali/util/src/main/java/org/jf/util/ |
D | ArraySortedSet.java | 136 public SortedSet<T> subSet(T fromElement, T toElement) { in subSet() 146 public SortedSet<T> tailSet(T fromElement) { in tailSet()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 130 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 134 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingSortedSetTest.java | 100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
|