|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.siebengeisslein.collections.AbstractPersistentList.ArrayIterator
protected class AbstractPersistentList.ArrayIterator
| Constructor Summary | |
|---|---|
AbstractPersistentList.ArrayIterator(int version)
|
|
| Method Summary | |
|---|---|
protected void |
checkVersion()
|
protected int |
getPosition()
|
boolean |
hasNext()
|
protected void |
incVersion()
|
EntryType |
next()
|
void |
remove()
|
protected void |
setPosition(int position)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPersistentList.ArrayIterator(int version)
| Method Detail |
|---|
protected int getPosition()
protected void setPosition(int position)
public boolean hasNext()
hasNext in interface java.util.Iterator<EntryType>protected void checkVersion()
protected void incVersion()
public EntryType next()
next in interface java.util.Iterator<EntryType>public void remove()
remove in interface java.util.Iterator<EntryType>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||