org.wilmascope.graph
Class EdgeList
java.lang.Object
org.wilmascope.graph.List<Edge>
org.wilmascope.graph.EdgeList
- All Implemented Interfaces:
- java.lang.Iterable<Edge>
public class EdgeList
- extends List<Edge>
Fields inherited from class org.wilmascope.graph.List |
elements |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeList
public EdgeList(EdgeList edgeList)
EdgeList
public EdgeList(java.util.Set<Edge> edgeSet)
EdgeList
public EdgeList()
addAll
public void addAll(EdgeList edgeList)
setEdges
public void setEdges(EdgeList edges)
add
public void add(Edge e)
remove
public void remove(Edge e)
get
public Edge get(int index)
contains
public boolean contains(Edge edge)