Class NonNullList.NonNullListIterator<T>

java.lang.Object
eu.bandm.tools.util.nonnull.NonNullList.NonNullListIterator<T>
Type Parameters:
T - the types of the elements.
All Implemented Interfaces:
Iterator<T>, ListIterator<T>
Enclosing interface:
NonNullList<T>

public static class NonNullList.NonNullListIterator<T> extends Object implements ListIterator<T>
Auxiliary class, not accessible by the user, which intercepts all modification to guarantee nullfree.