public class Maps extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Maps.MapBuilder<K,V> |
| Constructor and Description |
|---|
Maps() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Maps.MapBuilder<K,V> |
builder() |
static <K,V> Map<K,V> |
of(K key,
V value) |
public static <K,V> Map<K,V> of(K key, V value)
public static <K,V> Maps.MapBuilder<K,V> builder()
Copyright © 2016. All rights reserved.