OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Multiset
(Results
1 - 15
of
15
) 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
...]
/libcore/benchmarks/libs/
caliper.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
dx.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 856 milliseconds