| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
m_array
Array supplying values for iteration.
|
protected int |
m_offset
Offset of next iteration value.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
advance()
Advance to next iteration value.
|
static Iterator |
buildIterator(Object[] array)
Build iterator.
|
boolean |
hasNext()
Check for iteration element available.
|
Object |
next()
Get next iteration element.
|
void |
remove()
Remove element from iteration.
|
protected Object[] m_array
protected int m_offset
protected boolean advance()
null value.true if element available, false if
notpublic boolean hasNext()
public Object next()
next in interface IteratorNoSuchElementException - if past end of iterationpublic void remove()
remove in interface IteratorUnsupportedOperationException - for unsupported operationCopyright © 2005-2014 jibx.org. All Rights Reserved.