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

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

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


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

Constructor Detail

ActionCount

public ActionCount()
Method Detail

apply

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

getCount

public long getCount()


Licenced under the Apache License, Version 2.0