org.ojalgo.type
Class IntCount

java.lang.Object
  extended by org.ojalgo.type.IntCount

public final class IntCount
extends Object


Field Summary
 int count
           
 boolean modified
           
 
Constructor Summary
IntCount(int aCount)
           
 
Method Summary
 IntCount decrement()
           
 IntCount halve()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public final int count

modified

public final boolean modified
Constructor Detail

IntCount

public IntCount(int aCount)
Method Detail

decrement

public IntCount decrement()
Returns:
count - 1

halve

public IntCount halve()
Returns:
count / 2