public class IdentityFilter<T> extends java.lang.Object implements Filter<T>
Constructor and Description |
---|
IdentityFilter(T object)
Create a new filter.
|
private final T object
public IdentityFilter(T object)
object
- The only object that should pass the filter