choco.kernel.common.opres.pack
Class ComputeL0

java.lang.Object
  extended by choco.kernel.common.opres.pack.ComputeL0
All Implemented Interfaces:
gnu.trove.TIntProcedure

public final class ComputeL0
extends Object
implements gnu.trove.TIntProcedure


Field Summary
 int capacity
           
 
Constructor Summary
ComputeL0()
           
ComputeL0(int capacity)
           
 
Method Summary
 boolean execute(int arg0)
           
 int getCapacity()
           
 int getLowerBound()
           
 void reset()
           
 void setCapacity(int capacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capacity

public int capacity
Constructor Detail

ComputeL0

public ComputeL0()

ComputeL0

public ComputeL0(int capacity)
Method Detail

reset

public void reset()

getLowerBound

public int getLowerBound()

execute

public boolean execute(int arg0)
Specified by:
execute in interface gnu.trove.TIntProcedure

getCapacity

public final int getCapacity()

setCapacity

public void setCapacity(int capacity)


Copyright © 2012. All Rights Reserved.