protected static class DiGraph.Node<V,E> extends Object
Set<DiGraph.Edge<V,E>>
edges
V
v
Node(V v)
void
addEdge(DiGraph.Edge<V,E> edge)
int
degree()
inDegree()
E
removeEdge(V s, V t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final Set<DiGraph.Edge<V,E>> edges
public final V v
public Node(V v)
public void addEdge(DiGraph.Edge<V,E> edge)
public E removeEdge(V s, V t)
public int degree()
public int inDegree()
Copyright © 2022 The Apache Software Foundation. All rights reserved.