Searched refs:List1 (Results 1 – 2 of 2) sorted by relevance
825 return new ImmutableCollections.List1<>(e1); in of()1054 return new ImmutableCollections.List1<>(elements[0]); in of()
139 static final class List1<E> extends AbstractImmutableList<E> { class in ImmutableCollections143 List1(E e0) { in List1() method in ImmutableCollections.List1