Interface Salient\Iterator\Contract\MutableIterator

<TKey, TValue>

extends Iterator<TKey, TValue>

Iterates over a mutable entity while allowing the current element to be replaced

Methods
Methods inherited from Iterator
current(), next(), key(), valid(), rewind()