Class NoNulls<X>

  • Type Parameters:
    X - Element type
    All Implemented Interfaces:
    Iterable<X>, Collection<X>

    public final class NoNulls<X>
    extends Object
    implements Collection<X>
    A decorator of Collection that tolerates no NULLs.

    There is no thread-safety guarantee.

    Since:
    0.27