/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 86 @Override public ContiguousSet<C> headSet(C toElement) { in headSet() 94 @Override public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 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() 132 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 135 C toElement, boolean toInclusive); in subSetImpl()
|
D | ForwardingSortedSet.java | 76 public SortedSet<E> headSet(E toElement) { in headSet() 86 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 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() 67 @Override public SortedSet<E> headSet(E toElement) { in headSet()
|
D | RegularContiguousSet.java | 50 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 54 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
|
D | ImmutableSortedSet.java | 614 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 622 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 640 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 649 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 684 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 687 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
D | DescendingMultiset.java | 66 @Override public SortedMultiset<E> headMultiset(E toElement, in headMultiset() 73 BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
|
D | DescendingImmutableSortedSet.java | 47 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 53 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | RegularImmutableSortedSet.java | 219 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 223 int headIndex(E toElement, boolean inclusive) { in headIndex() 231 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | EmptyImmutableSortedSet.java | 107 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 113 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | EmptyContiguousSet.java | 61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 66 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | AbstractSortedMultiset.java | 103 @Nullable E toElement, BoundType toBoundType) { in subMultiset()
|
D | AbstractMapBasedMultimap.java | 656 public SortedSet<V> headSet(V toElement) { in headSet() 664 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 925 public SortedSet<K> headSet(K toElement) { in headSet() 935 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
|
D | Constraints.java | 183 @Override public SortedSet<E> headSet(E toElement) { in headSet() 186 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ContiguousSet.java | 83 @Override public ContiguousSet<C> headSet(C toElement) { in headSet() 87 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 101 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 104 C toElement, boolean toInclusive); in subSetImpl()
|
D | SortedMultisets.java | 61 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 65 @Override public SortedSet<E> headSet(E toElement) { in headSet()
|
D | EmptyContiguousSet.java | 59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 64 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | DescendingMultiset.java | 66 @Override public SortedMultiset<E> headMultiset(E toElement, in headMultiset() 73 BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
|
D | RegularContiguousSet.java | 48 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 52 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
|
D | ImmutableSortedSet.java | 312 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 333 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 349 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 353 ImmutableSortedSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, in subSet()
|
D | AbstractSortedMultiset.java | 103 @Nullable E toElement, BoundType toBoundType) { in subMultiset()
|
D | AbstractMapBasedMultimap.java | 655 public SortedSet<V> headSet(V toElement) { in headSet() 663 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 924 public SortedSet<K> headSet(K toElement) { in headSet() 934 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
|
D | Synchronized.java | 249 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 256 public SortedSet<E> headSet(E toElement) { in headSet()
|
/external/smali/util/src/main/java/org/jf/util/ |
D | ArraySortedSet.java | 136 public SortedSet<T> subSet(T fromElement, T toElement) { in subSet() 141 public SortedSet<T> headSet(T toElement) { in headSet()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 97 @Override public SortedSet<E> headSet(E toElement) { in headSet() 130 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingSortedSetTest.java | 100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
|