Interface NamedArrayList.Predicate<T>

  • Type Parameters:
    T - the type of the input to the predicate
    Enclosing class:
    NamedArrayList<E>

    public static interface NamedArrayList.Predicate<T>
    Represents a predicate (boolean-valued function) of one argument.
    • Method Detail

      • test

        boolean test​(T t)