public final class DirectedEdge<T> extends Object
boolean
equals(Object obj)
Vertex<T>
getFrom()
getTo()
int
hashCode()
isFrom(Vertex<T> vertex)
isTo(Vertex<T> vertex)
String
toString()
getClass, notify, notifyAll, wait, wait, wait
public boolean equals(Object obj)
equals
Object
public Vertex<T> getFrom()
public Vertex<T> getTo()
public int hashCode()
hashCode
public boolean isFrom(Vertex<T> vertex)
public boolean isTo(Vertex<T> vertex)
public String toString()
toString
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.