| java.util.HashMap com.jamonapi.utils.AppMap
Constructor Summary | |
public | AppMap() | public | AppMap(int initialCapacity) Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75). | public | AppMap(int initialCapacity, float loadFactor) Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75). | public | AppMap(Map m) Constructs an empty HashMap with the specified initial capacity and load factor. |
AppMap | public AppMap(int initialCapacity)(Code) | | Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
|
AppMap | public AppMap(int initialCapacity, float loadFactor)(Code) | | Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
|
AppMap | public AppMap(Map m)(Code) | | Constructs an empty HashMap with the specified initial capacity and load factor.
|
createInstance | public static Map createInstance()(Code) | | |
|
|