Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Collection<Element> |
Attributes inherited from: Correspondence<Key,Item> |
Attributes inherited from: Iterable<Element,Absent> |
Attributes inherited from: Map<Key,Item> |
Methods | |
clear | Source Codeshared formal void clear() Remove every entry from this map, leaving an empty map with no entries. |
clone | Source Codeshared formal MapMutator<Key,Item> clone() A shallow copy of this collection, that is, a collection with identical elements which does not change if this collection changes. If this collection is immutable, it is acceptable to return a reference to this collection. If this collection is mutable, a newly instantiated collection must be returned. |
put | Source Codeshared formal Anything put(Key key, Item item) Add an entry to this map, overwriting any existing
entry for the given Note that, while Refines KeyedCorrespondenceMutator.put |
putAll | Source Codeshared default void putAll({<Key->Item>*} entries) Add the given |
remove | Source Codeshared formal Anything remove(Key key) Remove the entry associated with the given |
removeAll | Source Codeshared default void removeAll({Key*} keys) Remove the entries associated with the given |
removeEntry | Source Codeshared default Boolean removeEntry(Key key, Item&Object item) |
replaceEntry | Source Codeshared default Boolean replaceEntry(Key key, Item&Object item, Item newItem) |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Category<Element> |
Methods inherited from: Collection<Element> |
Methods inherited from: Correspondence<Key,Item> |
Methods inherited from: Iterable<Element,Absent> any() , by() , chain() , collect() , contains() , count() , defaultNullElements() , each() , every() , filter() , find() , findLast() , flatMap() , fold() , follow() , frequencies() , getFromFirst() , group() , indexes() , interpose() , iterator() , locate() , locateLast() , locations() , longerThan() , map() , max() , narrow() , partition() , product() , reduce() , repeat() , scan() , select() , sequence() , shorterThan() , skip() , skipWhile() , sort() , spread() , summarize() , tabulate() , take() , takeWhile() |
Methods inherited from: KeyedCorrespondenceMutator<Key,Item> |
Methods inherited from: Map<Key,Item> |