public class MapExtensions extends Object
| Constructor and Description |
|---|
MapExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static <T,V> V |
getAt(Map<T,V> map,
T t) |
static <T,V> V |
setAt(Map<T,V> map,
T t,
V v) |
Copyright © 2021 vpc open source initiative. All rights reserved.