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

1 2 3 4 5 6

  /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 are referred to as
36 * occurrences of an element in a multiset is called the <i>count</i> of that
39 * int}, a multiset may never contain more than {@link Integer#MAX_VALUE}
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...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.3/
haha-2.0.3.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
guava-18.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 

Completed in 3654 milliseconds

1 2 3 4 5 6