|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.collections15.functors.transformer.NOPTransformer<E>
public class NOPTransformer<E>
Transformer
implementation that does nothing.
Constructor Summary | |
---|---|
protected |
NOPTransformer()
Creates a new instance. |
Method Summary | ||
---|---|---|
static
|
getInstance()
Returns an instance of NOPTransformer . |
|
E |
transform(E input)
Transforms the input to result by doing nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NOPTransformer()
Method Detail |
---|
public static <T> NOPTransformer<T> getInstance()
NOPTransformer
.
NOPTransformer
.public E transform(E input)
transform
in interface Transformer<E,E>
input
- The input object to transform.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |