
public class IdentityMaps extends Object
| Constructor and Description |
|---|
IdentityMaps() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
create() |
static <K,V> Map<K,V> |
create(K key,
V value) |
static <K,V> Map<K,V> |
normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
normalizeUnmodifiable(Map<K,V> map) |
Copyright © 2018. All rights reserved.