Searched defs:Multiset (Results 1 - 2 of 2) 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}
85 public interface Multiset<E> extends Collection<E> { interface in inherits:Collection
201 * Multiset.Entry} instances, each providing an element of the multiset and
222 * Multiset#entrySet} method returns a view of the multiset whose elements
224 * that are either live "read-through" views to the Multiset, or immutable
411 * in {@code c}, see {@link Multisets#removeOccurrences(Multiset, Multiset)}
[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

Completed in 205 milliseconds