|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.model.util.IntIndexSelectorIterator
An Iterator that iterates between a range of IntIndexSelectors. Construct with a start and end index: the iterator steps over this sequence inclusive. ie (0, 0) gives a 0 Selector, but (0, -1) gives no Selector.
Note: the Selectors returned must be treated as immutable: it is the same Selector.
Constructor Summary | |
IntIndexSelectorIterator(int inStartIndex,
int inEndIndex)
Constructor for the IntIndexSelectorIterator 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 IntIndexSelectorIterator(int inStartIndex, int inEndIndex)
inStartIndex
- TODO: Describe the ParameterinEndIndex
- 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 All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |