⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
org.apache.commons.collections.functors

Class NOPClosure

java.lang.Object
|
+--org.apache.commons.collections.functors.NOPClosure

All Implemented Interfaces:
Closure, Serializable


public class NOPClosure
extends java.lang.Object
implements Closure, Serializable

Closure implementation that does nothing.
Since:
Commons Collections 3.0
Author:
Stephen Colebourne

Field Summary

static Closure

INSTANCE

Singleton predicate instance

Method Summary

void

execute(Object input)

Do nothing

Field Details

INSTANCE

public static final Closure INSTANCE

Singleton predicate instance

Method Details

execute

public void execute(Object input)

Do nothing

Parameters:
input