|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.integer.var.BitSetIntDomain.DeltaIntDomainIterator
protected class BitSetIntDomain.DeltaIntDomainIterator
Field Summary | |
---|---|
protected int |
currentIndex
|
protected BitSetIntDomain |
domain
|
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
int |
next()
Returns the next element in the iteration. |
void |
remove()
Removes from the underlying collection the last element returned by the getIterator (optional operation). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BitSetIntDomain domain
protected int currentIndex
Method Detail |
---|
public boolean hasNext()
IntIterator
hasNext
in interface IntIterator
public int next()
IntIterator
next
in interface IntIterator
public void remove()
IntIterator
remove
in interface IntIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |