|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 Filter
public boolean equals(Object o)
public int hashCode()
Object.hashCode()
contract.
public String toString()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |