Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DSet.java466 return new ImmutableCollections.Set1<>(e1); in of()
696 return new ImmutableCollections.Set1<>(elements[0]); in of()
DImmutableCollections.java334 static final class Set1<E> extends AbstractImmutableSet<E> { class in ImmutableCollections
338 Set1(E e0) { in Set1() method in ImmutableCollections.Set1