|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.RoundRobinIterator
public class RoundRobinIterator
Loops around a vector in round-robin fashion.
| Constructor Summary | |
|---|---|
RoundRobinIterator(java.util.ArrayList vector)
Creates new RoundRobinIterator from a vector. |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getArrayList()
The vector being robined 'round. |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
void |
setArrayList(java.util.ArrayList newArrayList)
The vector being robined 'round. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoundRobinIterator(java.util.ArrayList vector)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorpublic java.util.ArrayList getArrayList()
public void setArrayList(java.util.ArrayList newArrayList)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||