|
||||||||||
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.DisposableIterator<E>
choco.kernel.memory.structure.iterators.PSVIterator<E>
public final class PSVIterator<E>
Constructor Summary | |
---|---|
PSVIterator()
|
Method Summary | |
---|---|
boolean |
hasNext()
|
void |
init(int theNStaticObjects,
E[] theStaticObjects,
IStateInt theNStoredObjects,
E[] theStoredObjects)
Freeze the iterator, cannot be reused. |
E |
next()
|
Methods inherited from class choco.kernel.common.util.iterators.DisposableIterator |
---|
remove |
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 PSVIterator()
Method Detail |
---|
public void init(int theNStaticObjects, E[] theStaticObjects, IStateInt theNStoredObjects, E[] theStoredObjects)
public boolean hasNext()
public E next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |