Home
last modified time | relevance | path

Searched refs:List12 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DList.java826 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()
DImmutableCollections.java360 static final class List12<E> extends AbstractImmutableList<E> class in ImmutableCollections
369 List12(E e0) { in List12() method in ImmutableCollections.List12
374 List12(E e0, E e1) { in List12() method in ImmutableCollections.List12