public interface Maps
| Modifier and Type | Method and Description |
|---|---|
static <K,V> BidirectionalMap<K,V> |
newBidirectionalMap()
Create a new bidirectional map, as for every components of this
collection, it does not accept any
null value. |
static <K,V> Map<K,V> |
newInsertionOrderedMap() |
static <K,V> Map<K,V> |
newMap()
Create a new map, as for every components of this collection, it does not
accept any
null value. |
static <K,V> Map<K,V> newMap()
null value.K - Type of the key map.V - Type of the value map.static <K,V> Map<K,V> newInsertionOrderedMap()
static <K,V> BidirectionalMap<K,V> newBidirectionalMap()
null value.K - Type of the key map.V - Type of the value map.Copyright © 2017. All rights reserved.