| Package | Description |
|---|---|
| org.gatein.common.util |
| Modifier and Type | Method and Description |
|---|---|
static <M extends Map<K,V>,K,V> |
MapBuilder.create(M m) |
static <K,V> MapBuilder<HashMap<K,V>,K,V> |
MapBuilder.hashMap()
Creates a new instance.
|
static <K,V> MapBuilder<HashMap<K,V>,K,V> |
MapBuilder.hashMap(K k,
V v)
Creates a new instance.
|
static <K,V> MapBuilder<LinkedHashMap<K,V>,K,V> |
MapBuilder.linkedHashMap()
Creates a new instance.
|
static <K,V> MapBuilder<LinkedHashMap<K,V>,K,V> |
MapBuilder.linkedHashMap(K k,
V v)
Creates a new instance.
|
MapBuilder<M,K,V> |
MapBuilder.put(K key,
V value)
Add the object to the collection.
|
MapBuilder<M,K,V> |
MapBuilder.putAll(M all)
Add all the objects to the collection.
|
static <K,V> MapBuilder<TreeMap<K,V>,K,V> |
MapBuilder.treeMap()
Creates a new instance.
|
static <K,V> MapBuilder<TreeMap<K,V>,K,V> |
MapBuilder.treeMap(K k,
V v)
Creates a new instance.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.