| Modifier and Type | Field and Description |
|---|---|
static SparseArrayIterator |
EMPTY_ITERATOR
Empty iterator.
|
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic static final SparseArrayIterator EMPTY_ITERATOR
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–2016 jibx.org. All rights reserved.