Searched refs:headSetImpl (Results 1 - 3 of 3) sorted by relevance

/external/guava/src/com/google/common/collect/
H A DEmptyImmutableSortedSet.java97 @Override ImmutableSortedSet<E> headSetImpl(E toElement) { method in class:EmptyImmutableSortedSet
H A DImmutableSortedSet.java599 return headSetImpl(checkNotNull(toElement));
641 abstract ImmutableSortedSet<E> headSetImpl(E toElement); method in class:ImmutableSortedSet
H A DRegularImmutableSortedSet.java222 @Override ImmutableSortedSet<E> headSetImpl(E toElement) { method in class:RegularImmutableSortedSet

Completed in 13 milliseconds