Searched refs:List12 (Results 1 – 2 of 2) sorted by relevance
826 return new ImmutableCollections.List12<>(e1); in of()843 return new ImmutableCollections.List12<>(e1, e2); in of()1055 return new ImmutableCollections.List12<>(elements[0]); in of()1057 return new ImmutableCollections.List12<>(elements[0], elements[1]); in of()
360 static final class List12<E> extends AbstractImmutableList<E> class in ImmutableCollections369 List12(E e0) { in List12() method in ImmutableCollections.List12374 List12(E e0, E e1) { in List12() method in ImmutableCollections.List12