Searched refs:tailSetImpl (Results 1 – 8 of 8) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | ContiguousSet.java | 70 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet() 81 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl() method in ContiguousSet
|
D | RegularImmutableSortedSet.java | 215 return tailSetImpl(fromElement, fromInclusive) in subSetImpl() 220 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() method in RegularImmutableSortedSet
|
D | EmptyImmutableSortedSet.java | 116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() method in EmptyImmutableSortedSet
|
D | EmptyContiguousSet.java | 70 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl() method in EmptyContiguousSet
|
D | ImmutableSortedSet.java | 648 return tailSetImpl(checkNotNull(fromElement), inclusive); in tailSet() 660 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl() method in ImmutableSortedSet
|
D | RegularContiguousSet.java | 63 /* @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/ |
D | EmptyContiguousSet.java | 68 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean fromInclusive) { in tailSetImpl() method in EmptyContiguousSet
|
D | RegularContiguousSet.java | 61 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl() method in RegularContiguousSet
|