T
- the type of arguments to accept(T)
.@Deprecated
public interface Filter<T>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T o)
Deprecated.
Tests whether a specified Object satisfies the filter.
|
boolean accept(T o)
o
- the object to test