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, wait
forEachRemaining
protected 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 © 2018. All rights reserved.