Class MultiRelyingPartyContext.RelyingPartyContextIterator
java.lang.Object
net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator
- All Implemented Interfaces:
Iterator<net.shibboleth.profile.context.RelyingPartyContext>
- Enclosing class:
- MultiRelyingPartyContext
private class MultiRelyingPartyContext.RelyingPartyContextIterator
extends Object
implements Iterator<net.shibboleth.profile.context.RelyingPartyContext>
Wrapper for an iterator that tracks the current object.
-
Field Details
-
iterator
Embedded iterator. -
current
@Nullable private net.shibboleth.profile.context.RelyingPartyContext currentCurrent marker.
-
-
Constructor Details
-
RelyingPartyContextIterator
Constructor.- Parameters:
ctx- outer context
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public net.shibboleth.profile.context.RelyingPartyContext next() -
remove
public void remove()
-