Class NonNullList.ListProxy<T>

java.lang.Object
eu.bandm.tools.util.nonnull.NonNullList.ListProxy<T>
Type Parameters:
T - the types of the elements.
All Implemented Interfaces:
Nullfree, NonNullList<T>, Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>
Enclosing interface:
NonNullList<T>

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