Home
last modified time | relevance | path

Searched refs:EmptyImmutableList (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-gwt/src/com/google/common/collect/
DEmptyImmutableList_CustomFieldSerializer.java30 EmptyImmutableList instance) { in deserialize()
33 public static EmptyImmutableList instantiate( in instantiate()
35 return EmptyImmutableList.INSTANCE; in instantiate()
39 EmptyImmutableList instance) { in serialize()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEmptyImmutableList.java23 final class EmptyImmutableList extends ImmutableList<Object> { class
25 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();
DImmutableList.java57 return (ImmutableList<E>) EmptyImmutableList.INSTANCE; in of()
/external/guava/guava/src/com/google/common/collect/
DEmptyImmutableList.java37 final class EmptyImmutableList extends ImmutableList<Object> { class
38 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();
67 private EmptyImmutableList() {} in EmptyImmutableList() method in EmptyImmutableList
DImmutableList.java68 return (ImmutableList<E>) EmptyImmutableList.INSTANCE; in of()