|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.data.osm.Storage.SafeReadonlyIter
private final class Storage.SafeReadonlyIter
| Field Summary | |
|---|---|
(package private) T[] |
data
|
(package private) int |
slot
|
| Constructor Summary | |
|---|---|
Storage.SafeReadonlyIter(T[] data)
|
|
| Method Summary | |
|---|---|
private void |
align()
|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final T[] data
int slot
| Constructor Detail |
|---|
Storage.SafeReadonlyIter(T[] data)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public T next()
next in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>private void align()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||