Package eu.bandm.tools.util.nonnull


package eu.bandm.tools.util.nonnull
Null-free containers.
  • Class
    Description
    Implements a map by delegation to a peer object from the Java collection library.
    NonNullEnumMap<D extends Enum<D>,R>
    Implements an enumeration map which is strict in values.
    Implements a map which is strict in all keys.
    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.
    Implements a map which is strict in all keys and values.
    Implements a set which is strict in all its elements.
    Implements a map which is strict in all values.