com.alee.utils.sort
Class Edge

java.lang.Object
  extended by com.alee.utils.sort.Edge

public class Edge
extends java.lang.Object

Author:
Mikle Garin

Field Summary
 Node from
           
 Node to
           
 
Constructor Summary
Edge(Node from, Node to)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public final Node from

to

public final Node to
Constructor Detail

Edge

public Edge(Node from,
            Node to)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object