Home
last modified time | relevance | path

Searched defs:headSet (Results 1 – 22 of 22) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java87 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
DForwardingNavigableSetTest.java152 public SortedSet<T> headSet(T toElement) { in headSet() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java87 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
DForwardingNavigableSetTest.java152 public SortedSet<T> headSet(T toElement) { in headSet() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
/external/guava/guava/src/com/google/common/collect/
DSortedMultisets.java75 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
DContiguousSet.java158 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
DForwardingSortedSet.java81 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in ForwardingSortedSet
DAbstractMapBasedMultimap.java659 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
DForwardingNavigableSet.java233 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in ForwardingNavigableSet
DImmutableSortedSet.java623 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
DSynchronized.java332 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
/external/guava/android/guava/src/com/google/common/collect/
DSortedMultisets.java75 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
DContiguousSet.java158 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
DForwardingSortedSet.java81 public SortedSet<E> headSet(@ParametricNullness E toElement) { in headSet() method in ForwardingSortedSet
DAbstractMapBasedMultimap.java651 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
DForwardingNavigableSet.java233 public NavigableSet<E> headSet(@ParametricNullness E toElement, boolean inclusive) { in headSet() method in ForwardingNavigableSet
DImmutableSortedSet.java555 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
DSynchronized.java289 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java134 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/
DSafeTreeSet.java134 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/
DArraySortedSet.java141 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/
DImmutableSortedSet.java301 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