public interface MapSupplier
| Modifier and Type | Field and Description |
|---|---|
static MapSupplier |
HASH_MAP_SUPPLIER |
static MapSupplier |
LINKED_HASH_MAP_SUPPLIER |
| Modifier and Type | Method and Description |
|---|---|
<K,V> java.util.Map<K,V> |
get() |
static final MapSupplier HASH_MAP_SUPPLIER
static final MapSupplier LINKED_HASH_MAP_SUPPLIER
<K,V> java.util.Map<K,V> get()