Interface VectorPredicate


  • public interface VectorPredicate
    A vector predicate that tests vector's elements.
    • Method Detail

      • test

        boolean test​(int i,
                     double value)
        Tests vector's element.
        Parameters:
        i - the element's index
        value - the element's value
        Returns:
        whether the element meets this predicate