HomeSort by relevance Sort by last modified time
    Searched defs:Multiset (Results 1 - 7 of 7) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Multiset.java 31 * may have duplicate elements. A multiset is also sometimes called a
34 * <p>Elements of a multiset that are equal to one another (see "Note on
37 * multiset is called the <i>count</i> of that element (the terms "frequency"
39 * of an element is represented as an {@code int}, a multiset may never contain
42 * <p>{@code Multiset} refines the specifications of several methods from
51 * #elementSet} contains the distinct elements of the multiset "with duplicates
53 * Multiset.Entry} instances, each providing both a distinct element and the
57 * Multiset} are expected to provide two {@code static} creation methods:
58 * {@code create()}, returning an empty multiset, and {@code
59 * create(Iterable<? extends E>)}, returning a multiset containing th
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java 29 import com.google.common.collect.Multiset;
190 * Verifies that a multiset is immutable.
192 * <p>A multiset is considered immutable if:
197 * multiset throw UnsupportedOperationException when those mutators
201 * @param multiset the presumed-immutable multiset
203 * {@code multiset}. {@code multiset} may or may not have {@code
206 public static <E> void assertMultisetIsUnmodifiable(Multiset<E> multiset,
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java     [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 824 milliseconds