org.apache.commons.collections.functors
Class NOPClosure
java.lang.Object
org.apache.commons.collections.functors.NOPClosure
- Closure, Serializable
public class NOPClosure
extends java.lang.Object
Closure implementation that does nothing.
$Revision: 1.6 $ $Date: 2004/05/16 11:47:38 $
INSTANCE
public static final Closure INSTANCE
Singleton predicate instance
execute
public void execute(Object input)
Do nothing.
- execute in interface Closure
getInstance
public static Closure getInstance()
Factory returning the singleton instance.
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.