public abstract class Maps extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Maps.Nested |
| Constructor and Description |
|---|
Maps() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapBuilder<K,V> |
builder() |
static <K,V> MapBuilder<K,V> |
from(Map<K,V> map) |
static <K,V> MapBuilder<K,V> |
from(Provider<Map<K,V>> provider) |
static <K,V> MapBuilder<K,V> |
linked() |
static <K,V> MapBuilder<K,V> |
tree() |
static <K,V> MapBuilder<K,V> |
tree(Comparator<K> keyComp) |
public static <K,V> MapBuilder<K,V> from(Map<K,V> map)
public static <K,V> MapBuilder<K,V> from(Provider<Map<K,V>> provider)
public static <K,V> MapBuilder<K,V> builder()
public static <K,V> MapBuilder<K,V> linked()
public static <K,V> MapBuilder<K,V> tree()
public static <K,V> MapBuilder<K,V> tree(Comparator<K> keyComp)
Copyright © 2013. All rights reserved.