public class Graph extends Object
Graph(Collection<Node> nodes, Collection<Edge> edges)
static Graph
empty()
singleton(Node node)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Graph(Collection<Node> nodes, Collection<Edge> edges)
public static Graph empty()
public static Graph singleton(Node node)
Copyright © 2017–2018 Committed. All rights reserved.