PresentationAuthzMap(Agent currentAgent, Presentation presentation) Constructs a new, empty hashtable with a default initial capacity (11)
and load factor, which is 0.75.
Returns the value to which the specified key is mapped in this hashtable.
Parameters: key - a key in the hashtable. the value to which the key is mapped in this hashtable;null if the key is not mapped to any value inthis hashtable. throws: NullPointerException - if the key is null. See Also:PresentationAuthzMap.put(Object,Object)