Added Methods
|
Object compute (Object, BiFunction |
|
Object computeIfAbsent (Object, Function |
|
Object computeIfPresent (Object, BiFunction |
|
Enumeration elements ()
|
|
(Set> ) entrySet ()
|
|
void forEach (BiConsumer Object>)
|
|
Object get (Object )
|
|
Object getOrDefault (Object, Object)
|
|
Set keySet ()
|
|
Enumeration keys ()
|
|
Object merge (Object, Object, BiFunction |
|
Object put (Object, Object)
|
|
void putAll (Map, ?>)
|
|
Object putIfAbsent (Object, Object)
|
|
Object remove (Object )
|
|
boolean replace (Object, Object, Object)
|
|
Object replace (Object, Object)
|
|
void replaceAll (BiFunction Object, ?>)
|
|
void storeToXML (OutputStream, String, Charset)
|
|
Collection values ()
|
|