|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
de.fu_berlin.ties.ContextMap
A map used to store context-specific key/value pairs in the processing architecture.
Constructor Summary | |
ContextMap()
Creates a new instance. |
|
ContextMap(int initialCapacity)
Creates a new instance. |
|
ContextMap(int initialCapacity,
float loadFactor)
Creates a new instance. |
|
ContextMap(Map m)
Creates a new instance. |
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 |
public ContextMap()
public ContextMap(int initialCapacity) throws IllegalArgumentException
initialCapacity
- the initial capacity
IllegalArgumentException
- if the initial capacity is negative or
the load factor is nonpositivepublic ContextMap(int initialCapacity, float loadFactor) throws IllegalArgumentException
initialCapacity
- the initial capacityloadFactor
- the load factor
IllegalArgumentException
- if the initial capacity is negative or
the load factor is nonpositivepublic ContextMap(Map m) throws NullPointerException
m
- the map whose mappings are to be placed in this map
NullPointerException
- if the specified map is null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |