|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapBuilder | |
|---|---|
| org.jboss.portal.common.util | |
| Uses of MapBuilder in org.jboss.portal.common.util |
|---|
| Methods in org.jboss.portal.common.util that return MapBuilder | ||
|---|---|---|
static
|
MapBuilder.create(M m)
|
|
static
|
MapBuilder.hashMap()
Creates a new instance. |
|
static
|
MapBuilder.hashMap(K k,
V v)
Creates a new instance. |
|
static
|
MapBuilder.linkedHashMap()
Creates a new instance. |
|
static
|
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
|
MapBuilder.treeMap()
Creates a new instance. |
|
static
|
MapBuilder.treeMap(K k,
V v)
Creates a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||