/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 | ForwardingNavigableSet.java | 179 E toElement, in subSet() 193 E toElement, in standardSubSet() 205 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet() 210 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 220 protected SortedSet<E> standardHeadSet(E toElement) { in standardHeadSet()
|
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 | 64 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 68 @Override public SortedSet<E> headSet(E toElement) { in headSet() 136 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 143 public NavigableSet<E> headSet(E toElement, boolean inclusive) { 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 | 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 | ImmutableSortedSet.java | 615 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 624 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 642 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 652 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 688 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 691 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
D | AbstractMapBasedMultimap.java | 658 public SortedSet<V> headSet(V toElement) { in headSet() 666 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 741 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 747 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() 1002 public SortedSet<K> headSet(K toElement) { in headSet() 1012 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1074 public NavigableSet<K> headSet(K toElement) { in headSet() 1079 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 1084 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1090 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
|
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()
|
/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()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 85 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 90 @Override public SortedSet<E> headSet(E toElement) { in headSet() 114 boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 120 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
D | ForwardingNavigableSetTest.java | 102 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet() 137 public SortedSet<T> headSet(T toElement) { in headSet()
|
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 | 118 @Override public SortedSet<E> headSet(E toElement) { in headSet() 122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 172 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/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()
|