Searched defs:SortedMultiset (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedMultiset.java25 * GWT emulation of {@code SortedMultiset}, with {@code elementSet} reduced
32 public interface SortedMultiset<E> extends Multiset<E>, SortedIterable<E> { interface in inherits:Multiset,SortedIterable
49 SortedMultiset<E> descendingMultiset();
51 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType);
53 SortedMultiset<E> subMultiset(E lowerBound, BoundType lowerBoundType,
56 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType);
/external/guava/guava/src/com/google/common/collect/
H A DSortedMultiset.java51 public interface SortedMultiset<E> extends SortedMultisetBridge<E>, SortedIterable<E> { interface in inherits:SortedMultisetBridge,SortedIterable
109 SortedMultiset<E> descendingMultiset();
121 SortedMultiset<E> headMultiset(E upperBound, BoundType boundType);
136 SortedMultiset<E> subMultiset(E lowerBound, BoundType lowerBoundType,
149 SortedMultiset<E> tailMultiset(E lowerBound, BoundType boundType);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1532 milliseconds