/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 87 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SynchronizedNavigableSetTest.TestSet 93 public SortedSet<E> headSet(E toElement) { in headSet() method in SynchronizedNavigableSetTest.TestSet 206 SortedSet<String> headSet = set.headSet("a"); in testHeadSet_E() local 213 NavigableSet<String> headSet = set.headSet("a", true); in testHeadSet_E_B() local
|
D | ForwardingNavigableSetTest.java | 152 public SortedSet<T> headSet(T toElement) { in headSet() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 87 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SynchronizedNavigableSetTest.TestSet 93 public SortedSet<E> headSet(E toElement) { in headSet() method in SynchronizedNavigableSetTest.TestSet 205 SortedSet<String> headSet = map.headSet("a"); in testHeadSet_E() local 212 NavigableSet<String> headSet = map.headSet("a", true); in testHeadSet_E_B() local
|
D | ForwardingNavigableSetTest.java | 152 public SortedSet<T> headSet(T toElement) { in headSet() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
|
/external/guava/guava/src/com/google/common/collect/ |
D | SortedMultisets.java | 75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in SortedMultisets.ElementSet 165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in SortedMultisets.NavigableElementSet
|
D | ContiguousSet.java | 158 public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet 165 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
|
D | ForwardingSortedSet.java | 81 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in ForwardingSortedSet
|
D | AbstractMapBasedMultimap.java | 659 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet 761 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet() method in AbstractMapBasedMultimap.WrappedNavigableSet 1044 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in SortedKeySet 1123 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in NavigableKeySet 1128 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet() method in NavigableKeySet
|
D | ForwardingNavigableSet.java | 233 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in ForwardingNavigableSet
|
D | ImmutableSortedSet.java | 623 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet 629 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
|
D | Synchronized.java | 332 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | SortedMultisets.java | 75 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in SortedMultisets.ElementSet 165 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in SortedMultisets.NavigableElementSet
|
D | ContiguousSet.java | 158 public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet 165 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
|
D | ForwardingSortedSet.java | 81 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in ForwardingSortedSet
|
D | AbstractMapBasedMultimap.java | 651 public SortedSet<V> headSet(@ParametricNullness V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet 753 public NavigableSet<V> headSet(@ParametricNullness V toElement, boolean inclusive) { in headSet() method in AbstractMapBasedMultimap.WrappedNavigableSet 1031 public SortedSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in SortedKeySet 1110 public NavigableSet<K> headSet(@ParametricNullness K toElement) { in headSet() method in NavigableKeySet 1115 public NavigableSet<K> headSet(@ParametricNullness K toElement, boolean inclusive) { in headSet() method in NavigableKeySet
|
D | ForwardingNavigableSet.java | 233 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in ForwardingNavigableSet
|
D | ImmutableSortedSet.java | 555 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet 561 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
|
D | Synchronized.java | 289 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 134 public SortedSet<E> headSet(E toElement) { in headSet() method in SafeTreeSet 139 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SafeTreeSet
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeSet.java | 134 public SortedSet<E> headSet(E toElement) { in headSet() method in SafeTreeSet 139 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SafeTreeSet
|
/external/smali/dexlib2/src/main/java/org/jf/util/ |
D | ArraySortedSet.java | 141 public SortedSet<T> headSet(T toElement) { in headSet() method in ArraySortedSet
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSet.java | 301 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet 332 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
|