|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Node
Linked list data structure for a Point.
Field Summary | |
Node |
next
a link to another Node |
Point |
p
the Point for this Node |
Constructor Summary | |
Node(Point p)
Constructs a Node with the specified Point. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public Point p
public Node next
Constructor Detail |
public Node(Point p)
next
Node is
initialized to null
.p
- the Point for this Node
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |