|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.util.collection.CopyOnWriteArrayList.IteratorImpl
private static class CopyOnWriteArrayList.IteratorImpl
| Field Summary | |
|---|---|
private java.lang.Object[] |
e
|
private int |
index
|
private int |
size
|
| Constructor Summary | |
|---|---|
CopyOnWriteArrayList.IteratorImpl(java.lang.Object[] e,
int size,
int index)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Object[] e
private int size
private int index
| Constructor Detail |
|---|
CopyOnWriteArrayList.IteratorImpl(java.lang.Object[] e,
int size,
int index)
| Method Detail |
|---|
public void remove()
remove in interface java.util.Iteratorpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||