/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() 547 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 564 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 572 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 604 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 607 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
|
D | AbstractMapBasedMultimap.java | 635 public SortedSet<V> headSet(V toElement) { in headSet() 644 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 720 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 726 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() 996 public SortedSet<K> headSet(K toElement) { in headSet() 1006 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1068 public NavigableSet<K> headSet(K toElement) { in headSet() 1073 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 1078 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1084 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
|
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 | 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/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 | AbstractMapBasedMultimap.java | 641 public SortedSet<V> headSet(V toElement) { in headSet() 650 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet() 726 V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) { in subSet() 732 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() 1007 public SortedSet<K> headSet(K toElement) { in headSet() 1017 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet() 1079 public NavigableSet<K> headSet(K toElement) { in headSet() 1084 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() 1089 public NavigableSet<K> subSet(K fromElement, K toElement) { in subSet() 1095 K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { in subSet()
|
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 | ImmutableSortedSet.java | 616 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() 622 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 639 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet() 647 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() 679 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 682 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/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/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-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()
|