|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| 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(java.lang.Class clz)Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)Compare the ClassFilter with another object to determine equality. |
boolean |
evaluate(java.lang.Object o)Filter interface: evaluate(). |
int |
hashCode()Determine a hash value for the ClassFilter object according to the general Object.hashCode() contract. |
java.lang.String |
toString()Return a human-readable description for this Filter. |
| Constructor Detail |
|---|
public ClassFilter(java.lang.Class clz)
| Method Detail |
|---|
public boolean evaluate(java.lang.Object o)
evaluate in interface Filtero - the object to testpublic boolean equals(java.lang.Object o)
public int hashCode()
Object.hashCode() contract.public java.lang.String toString()
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||