Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableSetTest.java85 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SynchronizedNavigableSetTest.TestSet
90 @Override public SortedSet<E> headSet(E toElement) { in headSet() method in SynchronizedNavigableSetTest.TestSet
186 SortedSet<String> headSet = map.headSet("a"); in testHeadSet_E() local
193 NavigableSet<String> headSet = map.headSet("a", true); in testHeadSet_E_B() local
DForwardingNavigableSetTest.java137 public SortedSet<T> headSet(T toElement) { in headSet() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java86 @Override public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet
94 @Override public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
DSortedMultisets.java68 @Override public SortedSet<E> headSet(E toElement) { in headSet() method in SortedMultisets.ElementSet
143 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SortedMultisets.NavigableElementSet
DForwardingSortedSet.java76 public SortedSet<E> headSet(E toElement) { in headSet() method in ForwardingSortedSet
DAbstractMapBasedMultimap.java658 public SortedSet<V> headSet(V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet
747 public NavigableSet<V> headSet(V toElement, boolean inclusive) { in headSet() method in AbstractMapBasedMultimap.WrappedNavigableSet
1002 public SortedSet<K> headSet(K toElement) { in headSet() method in SortedKeySet
1074 public NavigableSet<K> headSet(K toElement) { in headSet() method in NavigableKeySet
1079 public NavigableSet<K> headSet(K toElement, boolean inclusive) { in headSet() method in NavigableKeySet
DForwardingNavigableSet.java210 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ForwardingNavigableSet
DImmutableSortedSet.java615 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet
624 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
DConstraints.java147 @Override public SortedSet<E> headSet(E toElement) { in headSet() method in Constraints.ConstrainedSortedSet
DSynchronized.java272 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSortedMultisets.java65 @Override public SortedSet<E> headSet(E toElement) { in headSet() method in SortedMultisets.ElementSet
DContiguousSet.java83 @Override public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet
DImmutableSortedSet.java312 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet
333 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
DAbstractMapBasedMultimap.java655 public SortedSet<V> headSet(V toElement) { in headSet() method in AbstractMapBasedMultimap.WrappedSortedSet
924 public SortedSet<K> headSet(K toElement) { in headSet() method in SortedKeySet
DSynchronized.java256 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java118 @Override public SortedSet<E> headSet(E toElement) { in headSet() method in SafeTreeSet
122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in SafeTreeSet
/external/smali/util/src/main/java/org/jf/util/
DArraySortedSet.java141 public SortedSet<T> headSet(T toElement) { in headSet() method in ArraySortedSet