public abstract class AbstractFilter<T> extends Object implements Filter<T>, Serializable
| Constructor and Description |
|---|
AbstractFilter(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcreatePredicatepublic AbstractFilter(String name)
Copyright © 2012. All Rights Reserved.