| Modifier and Type | Method and Description |
|---|---|
static <TT> ImmutableSet<TT> |
ImmutableSet.emptySet()
Get an empty
ImmutableSet. |
static <TT> ImmutableSet<TT> |
ImmutableSet.setOf(TT[] array)
Get an
ImmutableSet using the supplied array. |
static <TT> ImmutableSet<TT> |
ImmutableSet.setOf(TT[] array,
int length)
Get an
ImmutableSet using the supplied array. |
Copyright © 2021. All rights reserved.