public class MapUtils2 extends Object
| Constructor and Description |
|---|
MapUtils2() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> V |
get(Map<K,Map<K,V>> map,
K index1,
K index2) |
static <K,V> V |
get(Map<K,Map<K,V>> map,
K index1,
K index2,
V defaultValue) |
static <K,V> void |
put(Map<K,Map<K,V>> map,
K index1,
K index2,
V value) |
static <K,V> void |
remove(Map<K,Map<K,V>> map,
K index1,
K index2) |
Copyright © 2018. All rights reserved.