com.taco.util
Class AcceptAllObjectFilter

java.lang.Object
  extended by com.taco.util.AcceptAllObjectFilter
All Implemented Interfaces:
IObjectFilter, java.io.Serializable

public final class AcceptAllObjectFilter
extends java.lang.Object
implements IObjectFilter, java.io.Serializable

An implementation of IObjectFilter that accepts all objects.

See Also:
Serialized Form

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

instance

public static final AcceptAllObjectFilter instance
The singleton instance of this class.

Method Detail

accept

public final boolean accept(java.lang.Object obj)
Return true.

Specified by:
accept in interface IObjectFilter