Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java42 @Override public ContiguousSet<C> headSet(C toElement) { in headSet() method in ContiguousSet
46 @Override ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() method in ContiguousSet
DForwardingSortedSet.java76 public SortedSet<E> headSet(E toElement) { in headSet() method in ForwardingSortedSet
DStandardRowSortedTable.java96 public SortedSet<R> headSet(R toElement) { in headSet() method in StandardRowSortedTable.RowKeySortedSet
DSortedMultisets.java55 @Override public SortedSet<E> headSet(E toElement) { in headSet() method in SortedMultisets.ElementSet
DImmutableSortedSet.java597 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet
601 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
DAbstractMultimap.java684 public SortedSet<V> headSet(V toElement) { in headSet() method in AbstractMultimap.WrappedSortedSet
970 public SortedSet<K> headSet(K toElement) { in headSet() method in SortedKeySet
DConstraints.java175 @Override public SortedSet<E> headSet(E toElement) { in headSet() method in Constraints.ConstrainedSortedSet
DSynchronized.java267 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
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java296 public ImmutableSortedSet<E> headSet(E toElement) { in headSet() method in ImmutableSortedSet
317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() method in ImmutableSortedSet
DSynchronized.java254 public SortedSet<E> headSet(E toElement) { in headSet() method in Synchronized.SynchronizedSortedSet