Interface VectorPredicate


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

    Modifier and Type
    Method
    Description
    boolean
    test(int i, double value)
    Tests vector's element.
  • Method Details

    • 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