Interface VectorPredicate
public interface VectorPredicate
A vector predicate that tests vector's elements.
-
Method Summary
-
Method Details
-
test
boolean test(int i, double value) Tests vector's element.- Parameters:
i- the element's indexvalue- the element's value- Returns:
- whether the element meets this predicate
-