Home
last modified time | relevance | path

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

12

/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/android/guava/src/com/google/common/collect/
DSortedMultisets.java71 public SortedSet<E> headSet(E toElement) { in headSet() method in SortedMultisets.ElementSet
149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SortedMultisets.NavigableElementSet
DContiguousSet.java149 public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet
156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
DAbstractMapBasedMultimap.java635 public SortedSet<V> headSet(V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet
726 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() method in AbstractMapBasedMultimap.WrappedNavigableSet
996 public SortedSet<K> headSet(K toElement) { in headSet() method in SortedKeySet
1068 public NavigableSet<K> headSet(K toElement) { in headSet() method in NavigableKeySet
1073 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() method in NavigableKeySet
DForwardingSortedSet.java74 public SortedSet<E> headSet(E toElement) { in headSet() method in ForwardingSortedSet
DForwardingNavigableSet.java209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ForwardingNavigableSet
DImmutableSortedSet.java541 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet
547 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
DSynchronized.java273 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
/external/guava/guava/src/com/google/common/collect/
DSortedMultisets.java71 public SortedSet<E> headSet(E toElement) { in headSet() method in SortedMultisets.ElementSet
149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SortedMultisets.NavigableElementSet
DContiguousSet.java149 public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet
156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
DAbstractMapBasedMultimap.java641 public SortedSet<V> headSet(V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet
732 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() method in AbstractMapBasedMultimap.WrappedNavigableSet
1007 public SortedSet<K> headSet(K toElement) { in headSet() method in SortedKeySet
1079 public NavigableSet<K> headSet(K toElement) { in headSet() method in NavigableKeySet
1084 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() method in NavigableKeySet
DForwardingSortedSet.java74 public SortedSet<E> headSet(E toElement) { in headSet() method in ForwardingSortedSet
DForwardingNavigableSet.java209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ForwardingNavigableSet
DImmutableSortedSet.java616 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet
622 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
DSynchronized.java315 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
/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/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/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
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12