Uses of Interface
choco.kernel.common.opres.nosum.INoSumCell

Packages that use INoSumCell
choco.kernel.common.opres.nosum   
 

Uses of INoSumCell in choco.kernel.common.opres.nosum
 

Classes in choco.kernel.common.opres.nosum that implement INoSumCell
 class NoSumCell
           
 

Methods in choco.kernel.common.opres.nosum that return types with arguments of type INoSumCell
 ListIterator<INoSumCell> NoSumList.listIterator()
           
 

Method parameters in choco.kernel.common.opres.nosum with type arguments of type INoSumCell
 void NoSumList.pack(ListIterator<INoSumCell> iter, int item)
           
 void NoSumList.remove(ListIterator<INoSumCell> iter, int item)
           
 void NoSumList.undoRemove(ListIterator<INoSumCell> iter, int item)
           
 

Constructors in choco.kernel.common.opres.nosum with parameters of type INoSumCell
NoSumList(INoSumCell[] candidates)
          The Constructor.We assume that the items are sorted in non increasing order.
 



Copyright © 2012. All Rights Reserved.