Class NonNullList.ListProxy<T2>

java.lang.Object
eu.bandm.tools.util.nonnull.NonNullList.ListProxy<T2>
All Implemented Interfaces:
NonNullList<T2>, Iterable<T2>, Collection<T2>, List<T2>, SequencedCollection<T2>
Enclosing interface:
NonNullList<T>

public static class NonNullList.ListProxy<T2> extends Object implements NonNullList<T2>
Internal proxy which inserts the checks for non-null into all state-changing methods.