org.apache.excalibur.event.impl
Class NullEnqueuePredicate
java.lang.Object
org.apache.excalibur.event.impl.NullEnqueuePredicate
- All Implemented Interfaces:
- EnqueuePredicate
public final class NullEnqueuePredicate
- extends Object
- implements EnqueuePredicate
The NullEnqueuePredicate does nothing to limit a Queue's ability to enqueue.
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullEnqueuePredicate
public NullEnqueuePredicate()
accept
public boolean accept(Object element,
Sink modifyingSink)
- Specified by:
accept
in interface EnqueuePredicate
accept
public boolean accept(Object[] element,
Sink modifyingSink)
- Specified by:
accept
in interface EnqueuePredicate
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.