Searched defs:EmptyImmutableList (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableList.java19 * GWT emulated version of EmptyImmutableList.
23 final class EmptyImmutableList extends ImmutableList<Object> { class in inherits:ImmutableList
25 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableList.java37 final class EmptyImmutableList extends ImmutableList<Object> { class in inherits:ImmutableList
38 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();
67 private EmptyImmutableList() {} method in class:EmptyImmutableList

Completed in 155 milliseconds