Class ActionCount<T>

java.lang.Object
org.apache.jena.atlas.iterator.ActionCount<T>
All Implemented Interfaces:
Consumer<T>

public class ActionCount<T> extends Object implements Consumer<T>
  • Constructor Details

    • ActionCount

      public ActionCount()
  • Method Details

    • accept

      public void accept(T item)
      Specified by:
      accept in interface Consumer<T>
    • getCount

      public long getCount()