public static class SynchronizedPropagationList.PropagationEntryIterator extends Object implements Iterator<PropagationEntry>
Constructor and Description |
---|
PropagationEntryIterator(PropagationEntry head) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
PropagationEntry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public PropagationEntryIterator(PropagationEntry head)
public boolean hasNext()
hasNext
in interface Iterator<PropagationEntry>
public PropagationEntry next()
next
in interface Iterator<PropagationEntry>
public void remove()
remove
in interface Iterator<PropagationEntry>
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.