Home
last modified time | relevance | path

Searched defs:tailMultiset (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DEmptyImmutableSortedMultiset.java81 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() method in EmptyImmutableSortedMultiset
DSortedMultiset.java132 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset() method
DDescendingImmutableSortedMultiset.java78 public ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() method in DescendingImmutableSortedMultiset
DSortedMultisets.java133 @Override public SortedMultiset<E> tailMultiset(E fromElement, in tailMultiset() method
DImmutableSortedMultiset.java409 public abstract ImmutableSortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType); in tailMultiset() method in ImmutableSortedMultiset
DMultisets.java274 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() method in Multisets.UnmodifiableSortedMultiset
DTreeMultiset.java354 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() method
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java350 public SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType) { in tailMultiset() method