A Correspondence
that supports mutation of its
constituent key/item associations. Items may be mutated
via the assignment and item operators:
array[i] = i^2;
Every CorrespondenceMutator
is either:
KeyedCorrespondenceMutator
, which allows the
creation of new key/item associations, orIndexedCorrespondenceMutator
, which only allows
mutation of items associated with a given range of
integer indexes.Most CorrespondenceMutator
s are also instances of
Correspondence
.
no type hierarchy
no supertypes hierarchy