
public class ImmutableSet extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E> Set<E> |
of(E e1) |
static <E> Set<E> |
of(E e1,
E e2) |
static <E> Set<E> |
of(E e1,
E e2,
E e3) |
static <E> Set<E> |
of(E e1,
E e2,
E e3,
E e4) |
Copyright © 2019. All rights reserved.