|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.common.util.disposable.Disposable
choco.kernel.common.util.iterators.DisposableIntIterator
choco.kernel.memory.structure.iterators.BipartiteListRemIterator
public final class BipartiteListRemIterator
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 29 mars 2010br/>
Since : Choco 2.1.1
Constructor Summary | |
---|---|
BipartiteListRemIterator()
|
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
void |
init(int[] aList,
IStateInt aLast)
Freeze the iterator, cannot be reused. |
int |
next()
Returns the next element in the iteration. |
void |
remove()
Removing an element is not permitted on this structure. |
Methods inherited from class choco.kernel.common.util.disposable.Disposable |
---|
dispose, init, reusable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BipartiteListRemIterator()
Method Detail |
---|
public void init(int[] aList, IStateInt aLast)
public boolean hasNext()
public int next()
NoSuchElementException
- iteration has no more elements.public void remove()
remove
in class DisposableIntIterator
UnsupportedOperationException
- if the remove
operation is not supported by this Iterator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |