Home
last modified time | relevance | path

Searched refs:tailSetImpl (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java70 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet()
81 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl() method in ContiguousSet
DRegularImmutableSortedSet.java215 return tailSetImpl(fromElement, fromInclusive) in subSetImpl()
220 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() method in RegularImmutableSortedSet
DEmptyImmutableSortedSet.java116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() method in EmptyImmutableSortedSet
DEmptyContiguousSet.java70 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl() method in EmptyContiguousSet
DImmutableSortedSet.java648 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet()
660 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl() method in ImmutableSortedSet
DRegularContiguousSet.java63 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl() method in RegularContiguousSet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEmptyContiguousSet.java68 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl() method in EmptyContiguousSet
DRegularContiguousSet.java61 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl() method in RegularContiguousSet