A CorrespondenceMutator which allows mutation of the
item associated with an existing key, and creation of a
new key/item association.
Many KeyedCorrespondenceMutators are Maps.
IndexedCorrespondenceMutatorno type hierarchy
no subtypes hierarchy
| Methods | |
put | Source Codeshared formal void put(Key key, Item item)Set the item associated with the given For any instance c[key] = item |
| Inherited Methods |
Methods inherited from: Object |