|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |