HomeSort by relevance Sort by last modified time
    Searched refs:EmptyImmutableList (Results 1 - 2 of 2) sorted by null

  /external/guava/src/com/google/common/collect/
EmptyImmutableList.java 37 final class EmptyImmutableList extends ImmutableList<Object> {
38 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();
40 private EmptyImmutableList() {}
ImmutableList.java 68 return (ImmutableList) EmptyImmutableList.INSTANCE;

Completed in 56 milliseconds