Uses of Class
org.jboss.portal.common.util.MapBuilder

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
<M extends java.util.Map<K,V>,K,V>
MapBuilder<M,K,V>
MapBuilder.create(M m)
           
static
<K,V> MapBuilder<java.util.HashMap<K,V>,K,V>
MapBuilder.hashMap()
          Creates a new instance.
static
<K,V> MapBuilder<java.util.HashMap<K,V>,K,V>
MapBuilder.hashMap(K k, V v)
          Creates a new instance.
static
<K,V> MapBuilder<java.util.LinkedHashMap<K,V>,K,V>
MapBuilder.linkedHashMap()
          Creates a new instance.
static
<K,V> MapBuilder<java.util.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<java.util.TreeMap<K,V>,K,V>
MapBuilder.treeMap()
          Creates a new instance.
static
<K,V> MapBuilder<java.util.TreeMap<K,V>,K,V>
MapBuilder.treeMap(K k, V v)
          Creates a new instance.
 



Copyright © 2008. All Rights Reserved.