/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 | ForwardingNavigableSet.java | 177 E fromElement, in subSet() 191 E fromElement, in standardSubSet() 205 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet() 225 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 235 protected SortedSet<E> standardTailSet(E fromElement) { in standardTailSet()
|
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 | 64 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 72 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet() 136 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 149 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { 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 | 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 | ImmutableSortedSet.java | 642 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 652 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 671 public ImmutableSortedSet<E> tailSet(E fromElement) { in tailSet() 680 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 691 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl() 693 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
|
D | AbstractMapBasedMultimap.java | 666 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 674 public SortedSet<V> tailSet(V fromElement) { in tailSet() 741 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 752 public NavigableSet<V> tailSet(V fromElement, boolean inclusive) { in tailSet() 1012 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1017 public SortedSet<K> tailSet(K fromElement) { in tailSet() 1084 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1090 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet() 1096 public NavigableSet<K> tailSet(K fromElement) { in tailSet() 1101 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) { in tailSet()
|
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()
|
/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()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 113 @Override public NavigableSet<E> subSet(E fromElement, in subSet() 120 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 124 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 129 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet()
|
D | ForwardingNavigableSetTest.java | 102 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet() 142 public SortedSet<T> tailSet(T fromElement) { in tailSet()
|
D | ForwardingSortedSetTest.java | 100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 172 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 182 @Override public SortedSet<E> tailSet(E fromElement) { in tailSet() 186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { 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()
|