/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 154 public ContiguousSet<C> headSet(C toElement) { in headSet() 161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 200 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
D | ForwardingNavigableSet.java | 199 @ParametricNullness E toElement, in subSet() 212 @ParametricNullness E toElement, in standardSubSet() 225 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet() 230 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() 239 protected SortedSet<E> standardHeadSet(@ParametricNullness E toElement) { in standardHeadSet()
|
D | ForwardingSortedSet.java | 80 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() 91 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet() 155 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet()
|
D | SortedMultisets.java | 70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet() 75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() 155 @ParametricNullness E toElement, in subSet() 165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet()
|
D | RegularContiguousSet.java | 55 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | AbstractMapBasedMultimap.java | 659 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet() 668 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet() 754 @ParametricNullness V toElement, in subSet() 761 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet() 1044 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet() 1055 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet() 1123 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet() 1128 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet() 1134 @ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet() 1142 @ParametricNullness K toElement, in subSet()
|
D | DescendingImmutableSortedSet.java | 54 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | DescendingMultiset.java | 76 public SortedMultiset<E> headMultiset(@ParametricNullness E toElement, BoundType boundType) { in headMultiset() 84 @ParametricNullness E toElement, in subMultiset()
|
D | RegularImmutableSortedSet.java | 255 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 259 int headIndex(E toElement, boolean inclusive) { in headIndex() 270 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | ImmutableSortedSet.java | 642 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 648 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 665 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 673 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 705 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 708 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 154 public ContiguousSet<C> headSet(C toElement) { in headSet() 161 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 166 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 177 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 200 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 204 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
D | ForwardingNavigableSet.java | 199 @ParametricNullness E toElement, in subSet() 212 @ParametricNullness E toElement, in standardSubSet() 225 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet() 230 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() 239 protected SortedSet<E> standardHeadSet(@ParametricNullness E toElement) { in standardHeadSet()
|
D | ForwardingSortedSet.java | 80 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() 91 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet() 155 @ParametricNullness E fromElement, @ParametricNullness E toElement) { in standardSubSet()
|
D | SortedMultisets.java | 70 public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) { in subSet() 75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() 155 @ParametricNullness E toElement, in subSet() 165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet()
|
D | RegularContiguousSet.java | 55 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 62 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | AbstractMapBasedMultimap.java | 651 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet() 660 public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) { in subSet() 746 @ParametricNullness V toElement, in subSet() 753 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet() 1031 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet() 1042 public SortedSet<K> subSet(@ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet() 1110 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet() 1115 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet() 1121 @ParametricNullness K fromElement, @ParametricNullness K toElement) { in subSet() 1129 @ParametricNullness K toElement, in subSet()
|
D | DescendingImmutableSortedSet.java | 54 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 60 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | RegularImmutableSortedSet.java | 245 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 249 int headIndex(E toElement, boolean inclusive) { in headIndex() 260 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | DescendingMultiset.java | 76 public SortedMultiset<E> headMultiset(@ParametricNullness E toElement, BoundType boundType) { in headMultiset() 84 @ParametricNullness E toElement, in subMultiset()
|
D | ImmutableSortedSet.java | 585 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 591 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 608 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 616 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 648 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 651 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 88 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 94 public SortedSet<E> headSet(E toElement) { in headSet() 123 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 88 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 94 public SortedSet<E> headSet(E toElement) { in headSet() 123 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 129 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 135 public SortedSet<E> headSet(E toElement) { in headSet() 140 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 201 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 208 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 135 public SortedSet<E> headSet(E toElement) { in headSet() 140 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 201 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 208 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 | DescendingMultiset.java | 74 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset() 80 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
|