public interface MemoryFilter
Modifier and Type | Method and Description |
---|---|
boolean |
reject(Object obj)
Decides non-destructively wheter given instance pass
custom criteria.
|
boolean reject(Object obj)
obj
- instance to checktrue
if passed instance is not accepted.
E.g.:
return obj instanceof java.lang.ref.Reference