org.apache.commons.collections.functors
public class NOPClosure extends Object implements Closure, Serializable
Since: Commons Collections 3.0
Version: $Revision: 348444 $ $Date: 2005-11-23 14:06:56 +0000 (Wed, 23 Nov 2005) $
Field Summary | |
---|---|
static Closure | INSTANCE Singleton predicate instance |
Method Summary | |
---|---|
void | execute(Object input)
Do nothing.
|
static Closure | getInstance()
Factory returning the singleton instance.
|
Parameters: input the input object
Returns: the singleton instance
Since: Commons Collections 3.1