Uses of Interface
eu.bandm.tools.util.nonnull.NonNullList
Packages that use NonNullList
Package
Description
Library of container classes which do not accept null values.
-
Uses of NonNullList in eu.bandm.tools.util.nonnull
Classes in eu.bandm.tools.util.nonnull that implement NonNullListModifier and TypeClassDescriptionstatic classInternal proxy which inserts the checks for non-null into all state-changing methods.Methods in eu.bandm.tools.util.nonnull that return NonNullListModifier and TypeMethodDescriptionstatic <T2> NonNullList<T2> Creates a new instance and uses the data from the given list.static <T2> NonNullList<T2> NonNullList.newInstance()Creates a new instance and uses aArrayListas its peer.static <T2> NonNullList<T2> NonNullList.newInstance(Supplier<List<T2>> supplier) Creates a new instance and uses a list returned by the given supplier as its peer.static <T> NonNullList<T> NonNullList.singleton(T x)