org.ojalgo.array.visitor
Interface Counter<N extends Number>

All Superinterfaces:
ArrayVisitor<N>, Cloneable
All Known Implementing Classes:
CountToLargest

public interface Counter<N extends Number>
extends ArrayVisitor<N>


Method Summary
 int getCount()
           
 
Methods inherited from interface org.ojalgo.array.visitor.ArrayVisitor
invoke, invoke, reset
 

Method Detail

getCount

int getCount()