|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.util.AcceptAllObjectFilter
public final class AcceptAllObjectFilter
An implementation of IObjectFilter
that accepts all objects.
Field Summary | |
---|---|
static AcceptAllObjectFilter |
instance
The singleton instance of this class. |
Method Summary | |
---|---|
boolean |
accept(java.lang.Object obj)
Return true . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AcceptAllObjectFilter instance
Method Detail |
---|
public final boolean accept(java.lang.Object obj)
true
.
accept
in interface IObjectFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |