Uses of Interface
eu.bandm.tools.util.nonnull.NonNullMap
Packages that use NonNullMap
Package
Description
Library of container classes which do not accept null values.
-
Uses of NonNullMap in eu.bandm.tools.util.nonnull
Classes in eu.bandm.tools.util.nonnull that implement NonNullMapModifier and TypeClassDescriptionclassNonNullEnumMap<D extends Enum<D>,R> Implements a map from an enum type to a strict range.static classNonNullMap.MyProxy<K2,V2> Methods in eu.bandm.tools.util.nonnull that return NonNullMapModifier and TypeMethodDescriptionstatic <K1,V1> NonNullMap <K1, V1> static <K1,V1> NonNullMap <K1, V1> NonNullMap.newInstance()static <K1,V1> NonNullMap <K1, V1> NonNullMap.newInstance(Supplier<Map<K1, V1>> supplier) Create a new instance and ask the supplier argument for the peer.