Searched defs:Multiset (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMultiset.java42 * <p>{@code Multiset} refines the specifications of several methods from
53 * Multiset.Entry} instances, each providing both a distinct element and the
57 * Multiset} are expected to provide two {@code static} creation methods:
78 * instead. Note, however, that unlike {@code Multiset}, {@code AtomicLongMap}
82 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Multiset">
83 * {@code Multiset}</a>.
89 public interface Multiset<E> extends Collection<E> { interface in inherits:Collection
205 * Multiset.Entry} instances, each providing an element of the multiset and
226 * Multiset#entrySet} method returns a view of the multiset whose elements
228 * that are either live "read-through" views to the Multiset, o
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java1028 Multiset mapSet = new Multiset(sourcesSize + 1);
1071 private static class Multiset { class in class:FirstFitLocalCombiningAllocator
1081 public Multiset(int maxSize) { method in class:FirstFitLocalCombiningAllocator.Multiset
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 749 milliseconds