Searched refs:Set2 (Results 1 – 2 of 2) sorted by relevance
483 return new ImmutableCollections.Set2<>(e1, e2); in of()698 return new ImmutableCollections.Set2<>(elements[0], elements[1]); in of()
371 static final class Set2<E> extends AbstractImmutableSet<E> { class in ImmutableCollections377 Set2(E e0, E e1) { in Set2() method in ImmutableCollections.Set2