T
public static class DirectedWeightGraph.Edge<T> extends Object
protected T
fromPoint
toPoint
protected long
weight
Edge()
Edge(T fromPoint, T toPoint, long weight)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected T fromPoint
protected T toPoint
protected long weight
public Edge()
public Edge(T fromPoint, T toPoint, long weight)
public String toString()
toString
Object
Copyright © 2025. All rights reserved.