Searched refs:List2 (Results 1 – 2 of 2) sorted by relevance
842 return new ImmutableCollections.List2<>(e1, e2); in of()1056 return new ImmutableCollections.List2<>(elements[0], elements[1]); in of()
177 static final class List2<E> extends AbstractImmutableList<E> { class in ImmutableCollections183 List2(E e0, E e1) { in List2() method in ImmutableCollections.List2