|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.Node
public class Node
Implements the Node and a linked list structure
| Field Summary | |
|---|---|
Node |
next
|
Node |
prev
|
char |
type
|
int |
x
|
int |
y
|
int |
z
|
| Constructor Summary | |
|---|---|
Node()
Constructs empty Node |
|
Node(int x,
int y,
int z,
char type)
Constructs the Node with given x,y,z and type values |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Node prev
public Node next
public int x
public int y
public int z
public char type
| Constructor Detail |
|---|
public Node()
Node
public Node(int x,
int y,
int z,
char type)
x,y,z and type values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||