Searched refs:Set1 (Results 1 – 2 of 2) sorted by relevance
466 return new ImmutableCollections.Set1<>(e1); in of()696 return new ImmutableCollections.Set1<>(elements[0]); in of()
334 static final class Set1<E> extends AbstractImmutableSet<E> { class in ImmutableCollections338 Set1(E e0) { in Set1() method in ImmutableCollections.Set1