NullAllowingImmutableSet<E> |
NullAllowingImmutableSet.Builder.build() |
static <E> NullAllowingImmutableSet<E> |
NullAllowingImmutableSet.copyOf(Iterable<E> iterable) |
static <E> NullAllowingImmutableSet<E> |
NullAllowingImmutableSet.of() |
static <E> NullAllowingImmutableSet<E> |
NullAllowingImmutableSet.of(E... elements) |
static <E> NullAllowingImmutableSet<E> |
NullAllowingImmutableSet.of(E element) |
static <E> NullAllowingImmutableSet<E> |
NullAllowingImmutableSet.of(E element1,
E element2) |
static <E> NullAllowingImmutableSet<E> |
NullAllowingImmutableSet.of(E element1,
E element2,
E element3) |