A CorrespondenceMutator which allows mutation of the item associated with a given integer index from a range of adjacent indices.

Many IndexedCorrespondenceMutators are Lists.

Since 1.3.0

no type hierarchy

Inherited Attributes
Attributes inherited from: Object
Methods
setSource Codeshared formal void set(Integer index, Element item)

Set the item associated with the given index to the given item, replacing the item previously associated with this index.

For any instance c of IndexedCorrespondenceMutator, c.set(index, item) may be written using the item and assignment operators:

c[index] = item
Throws
Inherited Methods
Methods inherited from: Object