org.openjena.atlas.iterator
Class ActionNothing<T>

java.lang.Object
  extended by org.openjena.atlas.iterator.ActionNothing<T>
All Implemented Interfaces:
Action<T>

public class ActionNothing<T>
extends Object
implements Action<T>


Constructor Summary
ActionNothing()
           
 
Method Summary
 void apply(T item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNothing

public ActionNothing()
Method Detail

apply

public void apply(T item)
Specified by:
apply in interface Action<T>


Licenced under the Apache License, Version 2.0