|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.model.util.ArraySelectorIterator
An Iterator that iterates over an array of Selectors.
Constructor Summary | |
ArraySelectorIterator(Selector[] inSelectors)
Constructor for the ArraySelectorIterator object |
Method Summary | |
boolean |
hasNext()
TODO: document the method |
java.lang.Object |
next()
TODO: document the method |
void |
remove()
TODO: document the method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ArraySelectorIterator(Selector[] inSelectors)
inSelectors
- TODO: Describe the ParameterMethod Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |