All Packages Class Hierarchy This Package Previous Next Index
When used as an element screener, check should return false if the element should not be allowed in the collection, in which case any attempted add or replace operation will raise an exception. Use of screened collections is a simple way to dynamically ensure that all elements have some desired property.
public abstract boolean predicate(Object obj)
All Packages Class Hierarchy This Package Previous Next Index