protected class BaseContext.ContextSetNoRemoveIteratorDecorator extends Object implements Iterator<BaseContext>
| Modifier and Type | Field and Description |
|---|---|
private Iterator<BaseContext> |
wrappedIterator
The decorated iterator.
|
| 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, waitforEachRemainingprivate Iterator<BaseContext> wrappedIterator
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 © 1999–2017 Shibboleth Consortium. All rights reserved.