public final class MOVMap extends HashMap implements XMLDogConstants
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
APP_NAME, DEBUG, EVENT_NODE_IDENTICAL, EVENT_NODE_MISMATCH, EVENT_NODE_SIMILAR
Constructor and Description |
---|
MOVMap()
Default Constructor.
|
MOVMap(int initialCapacity)
Constructor.
|
MOVMap(int initialCapacity,
float loadFactor)
Constructor.
|
MOVMap(Map t)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
log(String msg)
Prints msg to System.out.
|
static void |
log(String msg,
Throwable t)
Prints msg and Exception to System.out.
|
Object |
put(Object key,
Object value)
Puts the Object into the Map with a given Key.
|
void |
putAll(Map t)
Puts all the elements of the given Map in to this instance.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values
equals, hashCode, toString
public MOVMap()
public MOVMap(int initialCapacity)
initialCapacity
- the initialCapacity of the Mappublic MOVMap(int initialCapacity, float loadFactor)
initialCapacity
- the initialCapacity of the MaploadFactory
- the load factory for the Mappublic MOVMap(Map t)
t
- the Map to be copied in the new Map instancepublic Object put(Object key, Object value)
put
in interface Map
put
in class HashMap
key
- the key for the given Objectvalue
- the Object value for a given keyIllegalArgumentException
- If Null or List type Objects are passedpublic void putAll(Map t)
public static void log(String msg)
Copyright © 2015. All rights reserved.