org.ojalgo.type
Class KeyCounter<K>

java.lang.Object
  extended by org.ojalgo.type.KeyCounter<K>

public final class KeyCounter<K>
extends Object


Constructor Summary
KeyCounter()
           
 
Method Summary
 int decrement(K aKey)
           
 boolean equals(Object newObj)
           
 int get(K aKey)
           
 int hashCode()
           
 int increment(K aKey)
           
 int reset(K aKey)
           
 int set(K aKey, int aValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyCounter

public KeyCounter()
Method Detail

decrement

public int decrement(K aKey)

equals

public boolean equals(Object newObj)
Overrides:
equals in class Object

get

public int get(K aKey)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

increment

public int increment(K aKey)

reset

public int reset(K aKey)

set

public int set(K aKey,
               int aValue)

toString

public String toString()
Overrides:
toString in class Object