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

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

Completed in 134 milliseconds