| Modifier and Type | Field and Description |
|---|---|
static ArrayRangeIterator |
EMPTY_ITERATOR
Empty iterator used whenever possible.
|
protected Object[] |
m_array
Array supplying values for iteration.
|
protected int |
m_limit
Ending offset for values.
|
protected int |
m_offset
Offset of next iteration value.
|
public static final ArrayRangeIterator EMPTY_ITERATOR
protected Object[] m_array
protected int m_offset
protected int m_limit
public 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.