|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.utils.sort.Edge
public class Edge
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 |
---|
public final Node from
public final Node to
Constructor Detail |
---|
public Edge(Node from, Node to)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |