public class Maps extends Object
| Constructor | Description |
|---|---|
Maps() |
| Modifier and Type | Method | Description |
|---|---|---|
static <K,V> Map<K,V> |
of(K key,
V value) |
|
static <K,V> Map<K,V> |
of(K key1,
V value1,
K key2,
V value2) |
Copyright © 2018. All rights reserved.