public class EqualsFilter<T> extends Object implements Filter<T>
private T
object
EqualsFilter(T object)
boolean
evaluate(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final T object
public EqualsFilter(T object)
public boolean evaluate(T object)
Filter
evaluate
Filter<T>