protected abstract static class AbstractVirtualAttribute.GeneratorIterator extends Object implements Iterator<ByteString>
nextItem()
.Modifier | Constructor and Description |
---|---|
protected |
GeneratorIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ByteString |
next() |
protected abstract ByteString |
nextItem()
Generates the next item as a ByteString, or
null to indicate no more items will be generated. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public boolean hasNext()
hasNext
in interface Iterator<ByteString>
protected abstract ByteString nextItem()
null
to indicate no more items will be generated.null
to indicate no more items will be generated.public ByteString next()
next
in interface Iterator<ByteString>
Copyright 2010-2018 ForgeRock AS.