public class Boundaries extends Object
| Constructor and Description |
|---|
Boundaries() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> boolean |
mapContainsKey(Map<K,V> map,
K key) |
static <K,V> V |
mapGet(Map<K,V> map,
K key) |
static <K,V> Set<K> |
mapKeySet(Map<K,V> map) |
static <T> T[] |
setToArray(Set<T> set,
T[] typeProxy) |