protected class BaseContext.ContextSetNoRemoveIteratorDecorator extends Object implements Iterator<BaseContext>
| Modifier | Constructor and Description |
|---|---|
protected |
ContextSetNoRemoveIteratorDecorator(Iterator<BaseContext> iterator)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BaseContext |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected ContextSetNoRemoveIteratorDecorator(Iterator<BaseContext> iterator)
iterator - the iterator instance to decoratorpublic boolean hasNext()
hasNext in interface Iterator<BaseContext>public BaseContext next()
next in interface Iterator<BaseContext>public void remove()
remove in interface Iterator<BaseContext>Copyright © 2021. All rights reserved.