Class MultiRelyingPartyContext.RelyingPartyContextIterator
java.lang.Object
net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator
- All Implemented Interfaces:
Iterator<RelyingPartyContext>
- Enclosing class:
- MultiRelyingPartyContext
private class MultiRelyingPartyContext.RelyingPartyContextIterator
extends Object
implements Iterator<RelyingPartyContext>
Wrapper for an iterator that tracks the current object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RelyingPartyContext
Current marker.private final Iterator<RelyingPartyContext>
Embedded iterator.private final MultiRelyingPartyContext
Outer ctx. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
multiCtx
Outer ctx. -
iterator
Embedded iterator. -
current
Current marker.
-
-
Constructor Details
-
RelyingPartyContextIterator
Constructor.- Parameters:
ctx
- outer context
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<RelyingPartyContext>
-
next
- Specified by:
next
in interfaceIterator<RelyingPartyContext>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<RelyingPartyContext>
-