public class RepeatingGroupIterator extends Object implements Iterator<RepeatingGroup.Entry>
Constructor and Description |
---|
RepeatingGroupIterator(RepeatingGroup group) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
RepeatingGroup.Entry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public RepeatingGroupIterator(RepeatingGroup group)
public boolean hasNext()
hasNext
in interface Iterator<RepeatingGroup.Entry>
public RepeatingGroup.Entry next()
next
in interface Iterator<RepeatingGroup.Entry>
public void remove()
remove
in interface Iterator<RepeatingGroup.Entry>
Copyright © 2000–2022 EPAM Systems. All rights reserved.