Package eu.bandm.tools.util.nonnull
package eu.bandm.tools.util.nonnull
Null-free containers.
-
ClassDescriptionMapProxy<K,
V> Implements a map by delegation to a peer object from the Java collection library.Implements an enumeration map which is strict in values.NonNullKeyMap<K,V> Implements a map which is strict in all keys.NonNullList<T>Implements a list which is strict in all its elements.Auxiliary class, not accessible by the user, which intercepts all modification to guarantee nullfree.Auxiliary class, not accessible by the user, which intercepts all modification to guarantee nullfree.NonNullMap<K,V> Implements a map which is strict in all keys and values.NonNullSet<E>Implements a set which is strict in all its elements.NonNullValueMap<K,V> Implements a map which is strict in all values.