T
public final class PathEdge<T> extends Object
static <T> PathEdge<T>
createPathEdge(T s_p, int d1, T n, int d2)
boolean
equals(Object obj)
int
getD1()
getD2()
getEntry()
getTarget()
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <T> PathEdge<T> createPathEdge(T s_p, int d1, T n, int d2)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
public int getD1()
public int getD2()
public T getEntry()
public T getTarget()
Copyright © 2015. All rights reserved.