| Modifier and Type | Method and Description |
|---|---|
static <TT> ImmutableSet<TT> |
ImmutableSet.emptySet()
Get an empty
ImmutableSet. |
ImmutableSet<Map.Entry<K,V>> |
ImmutableMap.entrySet()
Get a
Set of the entries in this map. |
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 © 2022. All rights reserved.