|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.ClassFilter
public class ClassFilter
Filter which discards all objects that are not of a certain class.
| Constructor Summary | |
|---|---|
ClassFilter(Class clz)Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)Compare the ClassFilter with another object to determine equality. |
boolean |
evaluate(Object o)Filter interface: evaluate(). |
int |
hashCode()Determine a hash value for the ClassFilter object according to the general Object.hashCode() contract. |
String |
toString()Return a human-readable description for this Filter. |
| Constructor Detail |
|---|
public ClassFilter(Class clz)
| Method Detail |
|---|
public boolean evaluate(Object o)
evaluate in interface Filtero - the object to testpublic boolean equals(Object o)
public int hashCode()
Object.hashCode() contract.public String toString()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||