public class Edge
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Point.Vector |
getDirection() |
Point |
getHead() |
Point |
getTail() |
int |
hashCode() |
int |
length() |
public Point getHead()
public Point getTail()
public int length()
public Point.Vector getDirection()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object