Payload - The payload type.public interface ProtectedIterator<Payload> extends Iterator<Payload>
ProtectedIterator is an Iterator that guarantees that every
call to Iterator.remove() throws an
UnsupportedOperationException and doesn't alter the underlying data.
ProtectedIterator is a marker interface.
forEachRemaining, hasNext, next, removeCopyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.