Searched defs:ImmutableSortedMultiset (Results 1 - 9 of 9) 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/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 136 milliseconds