org.usergrid.utils
Class MapUtils.HashMapBuilder<S,T>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<S,T>
          extended by org.usergrid.utils.MapUtils.HashMapBuilder<S,T>
All Implemented Interfaces:
Serializable, Cloneable, Map<S,T>
Enclosing class:
MapUtils

public static class MapUtils.HashMapBuilder<S,T>
extends HashMap<S,T>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
MapUtils.HashMapBuilder()
           
 
Method Summary
 MapUtils.HashMapBuilder<S,T> map(S key, T value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MapUtils.HashMapBuilder

public MapUtils.HashMapBuilder()
Method Detail

map

public MapUtils.HashMapBuilder<S,T> map(S key,
                                        T value)


Copyright © 2013. All Rights Reserved.