public class TargetEdgesIterator extends Object implements Iterator<RegulatoryNode>
Constructor and Description |
---|
TargetEdgesIterator(Map<RegulatoryNode,List<RegulatoryNode>> m_removed) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
RegulatoryNode |
next() |
void |
remove() |
void |
setOutgoingList(Collection<RegulatoryMultiEdge> outgoing) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TargetEdgesIterator(Map<RegulatoryNode,List<RegulatoryNode>> m_removed)
public boolean hasNext()
hasNext
in interface Iterator<RegulatoryNode>
public RegulatoryNode next()
next
in interface Iterator<RegulatoryNode>
public void remove()
remove
in interface Iterator<RegulatoryNode>
public void setOutgoingList(Collection<RegulatoryMultiEdge> outgoing)
Copyright © 2005–2020. All rights reserved.