org.ojalgo.array.visitor
Class CountToLargest<N extends Number>

java.lang.Object
  extended by org.ojalgo.array.visitor.CountToLargest<N>
All Implemented Interfaces:
Cloneable, ArrayVisitor<N>, Counter<N>

public class CountToLargest<N extends Number>
extends Object
implements Counter<N>


Constructor Summary
CountToLargest()
           
 
Method Summary
 int getCount()
           
 void invoke(double anArg)
           
 void invoke(N anArg)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountToLargest

public CountToLargest()
Method Detail

getCount

public int getCount()
Specified by:
getCount in interface Counter<N extends Number>

invoke

public void invoke(double anArg)
Specified by:
invoke in interface ArrayVisitor<N extends Number>

invoke

public void invoke(N anArg)
Specified by:
invoke in interface ArrayVisitor<N extends Number>

reset

public void reset()
Specified by:
reset in interface ArrayVisitor<N extends Number>