| /external/guava/guava/src/com/google/common/collect/ | 
| D | ContiguousSet.java | 158   public ContiguousSet<C> headSet(C toElement) {  in headSet()165   public ContiguousSet<C> headSet(C toElement, boolean inclusive) {  in headSet()
 170   public ContiguousSet<C> subSet(C fromElement, C toElement) {  in subSet()
 181       C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) {  in subSet()
 204   abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive);  in headSetImpl()
 208       C fromElement, boolean fromInclusive, C toElement, boolean toInclusive);  in subSetImpl()
 
 | 
| D | ForwardingNavigableSet.java | 201       @ParametricNullness E toElement,  in subSet()215       @ParametricNullness E toElement,  in standardSubSet()
 228       @ParametricNullness E fromElement, @ParametricNullness E toElement) {  in standardSubSet()
 233   public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) {  in headSet()
 242   protected SortedSet<E> standardHeadSet(@ParametricNullness E toElement) {  in standardHeadSet()
 
 | 
| D | ForwardingSortedSet.java | 81   public SortedSet<E> headSet(@ParametricNullness E toElement) {  in headSet()92   public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) {  in subSet()
 159       @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 | 52   ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) {  in headSetImpl()58       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 | ImmutableSortedSet.java | 623   public ImmutableSortedSet<E> headSet(E toElement) {  in headSet()629   public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) {  in headSet()
 646   public ImmutableSortedSet<E> subSet(E fromElement, E toElement) {  in subSet()
 654       E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {  in subSet()
 686   abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive);  in headSetImpl()
 689       E fromElement, boolean fromInclusive, E toElement, boolean toInclusive);  in subSetImpl()
 
 | 
| D | DescendingImmutableSortedSet.java | 53   ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) {  in headSetImpl()59       E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {  in subSetImpl()
 
 | 
| D | DescendingMultiset.java | 75   public SortedMultiset<E> headMultiset(@ParametricNullness E toElement, BoundType boundType) {  in headMultiset()83       @ParametricNullness E toElement,  in subMultiset()
 
 | 
| D | RegularImmutableSortedSet.java | 254   ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) {  in headSetImpl()258   int headIndex(E toElement, boolean inclusive) {  in headIndex()
 269       E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {  in subSetImpl()
 
 | 
| /external/guava/android/guava/src/com/google/common/collect/ | 
| D | ContiguousSet.java | 158   public ContiguousSet<C> headSet(C toElement) {  in headSet()165   public ContiguousSet<C> headSet(C toElement, boolean inclusive) {  in headSet()
 170   public ContiguousSet<C> subSet(C fromElement, C toElement) {  in subSet()
 181       C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) {  in subSet()
 204   abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive);  in headSetImpl()
 208       C fromElement, boolean fromInclusive, C toElement, boolean toInclusive);  in subSetImpl()
 
 | 
| D | ForwardingNavigableSet.java | 201       @ParametricNullness E toElement,  in subSet()215       @ParametricNullness E toElement,  in standardSubSet()
 228       @ParametricNullness E fromElement, @ParametricNullness E toElement) {  in standardSubSet()
 233   public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) {  in headSet()
 242   protected SortedSet<E> standardHeadSet(@ParametricNullness E toElement) {  in standardHeadSet()
 
 | 
| D | ForwardingSortedSet.java | 81   public SortedSet<E> headSet(@ParametricNullness E toElement) {  in headSet()92   public SortedSet<E> subSet(@ParametricNullness E fromElement, @ParametricNullness E toElement) {  in subSet()
 159       @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 | 52   ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) {  in headSetImpl()58       C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) {  in subSetImpl()
 
 | 
| D | ImmutableSortedSet.java | 555   public ImmutableSortedSet<E> headSet(E toElement) {  in headSet()561   public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) {  in headSet()
 578   public ImmutableSortedSet<E> subSet(E fromElement, E toElement) {  in subSet()
 586       E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {  in subSet()
 618   abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive);  in headSetImpl()
 621       E fromElement, boolean fromInclusive, E 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 | 53   ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) {  in headSetImpl()59       E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {  in subSetImpl()
 
 | 
| D | RegularImmutableSortedSet.java | 244   ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) {  in headSetImpl()248   int headIndex(E toElement, boolean inclusive) {  in headIndex()
 259       E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {  in subSetImpl()
 
 | 
| D | DescendingMultiset.java | 75   public SortedMultiset<E> headMultiset(@ParametricNullness E toElement, BoundType boundType) {  in headMultiset()83       @ParametricNullness E toElement,  in subMultiset()
 
 | 
| /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()
 
 |