Class FailFastListIterator<E>

java.lang.Object
org.jhotdraw8.collection.iterator.FailFastListIterator<E>
Type Parameters:
E - the element type
All Implemented Interfaces:
Iterator<E>, ListIterator<E>

public class FailFastListIterator<E> extends Object implements ListIterator<E>
An iterator that fails when a provided modification counter does not have an expected value.