public class ImmutableMapFactory extends Object
| Constructor and Description |
|---|
ImmutableMapFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableIntMap<T> |
initialiseIntMap(Map<Integer,T> integerMap) |
static <T> ImmutableLongMap<T> |
initialiseLongMap(Map<Long,T> longMap) |
public static <T> ImmutableIntMap<T> initialiseIntMap(Map<Integer,T> integerMap)
public static <T> ImmutableLongMap<T> initialiseLongMap(Map<Long,T> longMap)
Copyright © 2018. All rights reserved.