Searched defs:ImmutableSortedMultiset (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultiset.java37 * collection that can still change, an instance of {@code ImmutableSortedMultiset} contains its
50 * {@code ImmutableSortedMultiset} doesn't use {@link Object#equals} to determine if two elements
65 * <b>Warning:</b> Like most multisets, an {@code ImmutableSortedMultiset} will not function
82 public abstract class ImmutableSortedMultiset<E> extends ImmutableSortedMultisetFauxverideShim<E> class in inherits:ImmutableSortedMultisetFauxverideShim,SortedMultiset
88 private static final ImmutableSortedMultiset<Comparable> NATURAL_EMPTY_MULTISET =
95 public static <E> ImmutableSortedMultiset<E> of() {
96 return (ImmutableSortedMultiset) NATURAL_EMPTY_MULTISET;
102 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E element) {
117 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) {
128 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<
318 ImmutableSortedMultiset() {} method in class:ImmutableSortedMultiset
[all...]
/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 307 milliseconds