OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmptyImmutableSet
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableSet.java
20
* GWT emulation of {@link
EmptyImmutableSet
}.
24
final class
EmptyImmutableSet
extends ImmutableSet<Object> {
26
static final
EmptyImmutableSet
INSTANCE = new
EmptyImmutableSet
();
/external/guava/guava/src/com/google/common/collect/
EmptyImmutableSet.java
32
final class
EmptyImmutableSet
extends ImmutableSet<Object> {
33
static final
EmptyImmutableSet
INSTANCE = new
EmptyImmutableSet
();
35
private
EmptyImmutableSet
() {}
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/guava-tools/
guava-10.0.1.jar
Completed in 107 milliseconds