Modifier and Type | Field and Description |
---|---|
protected static Object |
SKIP_TOKEN |
Constructor and Description |
---|
WrapperIterator(Iterator inner) |
WrapperIterator(Iterator inner,
boolean supports_remove) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
protected abstract Object |
transformObject(Object o)
return SKIP_TOKEN to indicate an object should be
skipped, i.e., not exposed as part of the iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2017 com.mchange. All rights reserved.