| Modifier and Type | Method and Description |
|---|---|
static <KK,VV> ImmutableMap<KK,VV> |
ImmutableMap.emptyMap()
Get an empty
ImmutableMap. |
static <KK,VV> ImmutableMap<KK,VV> |
ImmutableMap.from(List<ImmutableMapEntry<KK,VV>> list)
|
static <KK,VV> ImmutableMap<KK,VV> |
ImmutableMap.mapOf(ImmutableMapEntry<KK,VV>[] array)
Create an
ImmutableMap from the supplied array of ImmutableMapEntry. |
static <KK,VV> ImmutableMap<KK,VV> |
ImmutableMap.mapOf(ImmutableMapEntry<KK,VV>[] array,
int length)
Create an
ImmutableMap from the supplied array of ImmutableMapEntry with the specified length. |
Copyright © 2023. All rights reserved.