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

  /external/guava/src/com/google/common/collect/
SingletonImmutableList.java 37 final class SingletonImmutableList<E> extends ImmutableList<E> {
40 SingletonImmutableList(E element) {
ImmutableList.java 81 return new SingletonImmutableList<E>(element);
198 return new SingletonImmutableList<E>(elements[0]);
274 ImmutableList<E> list = new SingletonImmutableList<E>((E) elements[0]);

Completed in 120 milliseconds