Home
last modified time | relevance | path

Searched refs:subSetImpl (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java102 return subSetImpl(fromElement, true, toElement, false); in subSet()
114 return subSetImpl(fromElement, fromInclusive, toElement, toInclusive); in subSet()
134 /*@Override*/ abstract ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, in subSetImpl() method in ContiguousSet
DDescendingImmutableSortedSet.java52 ImmutableSortedSet<E> subSetImpl( in subSetImpl() method in DescendingImmutableSortedSet
DEmptyImmutableSortedSet.java112 ImmutableSortedSet<E> subSetImpl( in subSetImpl() method in EmptyImmutableSortedSet
DEmptyContiguousSet.java65 @Override ContiguousSet<C> subSetImpl( in subSetImpl() method in EmptyContiguousSet
DImmutableSortedSet.java656 return subSetImpl(fromElement, fromInclusive, toElement, toInclusive); in subSet()
690 abstract ImmutableSortedSet<E> subSetImpl( in subSetImpl() method in ImmutableSortedSet
DRegularContiguousSet.java54 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl() method in RegularContiguousSet
DRegularImmutableSortedSet.java230 ImmutableSortedSet<E> subSetImpl( in subSetImpl() method in RegularImmutableSortedSet
DImmutableRangeSet.java448 ImmutableSortedSet<C> subSetImpl(
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSet.java91 return subSetImpl(fromElement, true, toElement, false); in subSet()
103 /*@Override*/ abstract ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, in subSetImpl() method in ContiguousSet
DEmptyContiguousSet.java63 @Override ContiguousSet<C> subSetImpl( in subSetImpl() method in EmptyContiguousSet
DRegularContiguousSet.java52 @Override ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl() method in RegularContiguousSet