/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 149 public ContiguousSet<C> headSet(C toElement) { in headSet() 156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 161 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 172 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 196 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 200 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
D | ForwardingNavigableSet.java | 182 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 193 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in standardSubSet() 204 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet() 209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 218 protected SortedSet<E> standardHeadSet(E toElement) { in standardHeadSet()
|
D | SortedMultisets.java | 66 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 71 public SortedSet<E> headSet(E toElement) { in headSet() 140 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
|
D | ForwardingSortedSet.java | 74 public SortedSet<E> headSet(E toElement) { in headSet() 84 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 159 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
|
D | RegularContiguousSet.java | 50 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 56 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | DescendingImmutableSortedSet.java | 52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 58 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | AbstractMapBasedMultimap.java | 642 public SortedSet<V> headSet(V toElement) { in headSet() 651 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 727 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 733 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() 1008 public SortedSet<K> headSet(K toElement) { in headSet() 1018 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1080 public NavigableSet<K> headSet(K toElement) { in headSet() 1085 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 1090 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1096 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
|
D | ImmutableSortedSet.java | 616 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 623 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 640 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 648 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 681 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 684 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
D | DescendingMultiset.java | 70 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset() 76 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
|
D | RegularImmutableSortedSet.java | 247 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 251 int headIndex(E toElement, boolean inclusive) { in headIndex() 262 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 149 public ContiguousSet<C> headSet(C toElement) { in headSet() 156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 161 public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet() 172 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSet() 196 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 200 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive); in subSetImpl()
|
D | ForwardingNavigableSet.java | 182 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 193 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in standardSubSet() 204 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet() 209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 218 protected SortedSet<E> standardHeadSet(E toElement) { in standardHeadSet()
|
D | SortedMultisets.java | 66 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 71 public SortedSet<E> headSet(E toElement) { in headSet() 140 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
|
D | ForwardingSortedSet.java | 74 public SortedSet<E> headSet(E toElement) { in headSet() 84 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet() 159 protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
|
D | RegularContiguousSet.java | 50 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 56 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
|
D | ImmutableSortedSet.java | 541 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 548 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 565 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 573 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 606 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 609 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
D | DescendingImmutableSortedSet.java | 52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 58 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
D | AbstractMapBasedMultimap.java | 636 public SortedSet<V> headSet(V toElement) { in headSet() 645 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 721 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 727 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() 997 public SortedSet<K> headSet(K toElement) { in headSet() 1007 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1069 public NavigableSet<K> headSet(K toElement) { in headSet() 1074 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 1079 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1085 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
|
D | DescendingMultiset.java | 70 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset() 76 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
|
D | RegularImmutableSortedSet.java | 236 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 240 int headIndex(E toElement, boolean inclusive) { in headIndex() 251 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 87 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 93 public SortedSet<E> headSet(E toElement) { in headSet() 122 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 128 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 87 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 93 public SortedSet<E> headSet(E toElement) { in headSet() 122 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 128 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 134 public SortedSet<E> headSet(E toElement) { in headSet() 139 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 200 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 207 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 134 public SortedSet<E> headSet(E toElement) { in headSet() 139 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 200 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 207 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 | 68 public SortedMultiset<E> headMultiset(E toElement, BoundType boundType) { in headMultiset() 74 E fromElement, BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
|