Constructor and Description |
---|
DsSetClosureIterator(DsSetNode p_dsnSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<DsSetNode> |
iterator() |
DsSetNode |
next() |
void |
remove()
Always throws an
java.lang.UnsupportedOperationException . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public DsSetClosureIterator(DsSetNode p_dsnSet)
p_dsnSet
- The set node to start iteration from.IllegalArgumentException
- If the given set is null
.