|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectikg.adt.linear.Queue.Node
public class Queue.Node
| Constructor Summary | |
|---|---|
Queue.Node(java.lang.Object pContent,
Queue.Node pNext)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
content()
|
Queue.Node |
next()
|
void |
setContent(java.lang.Object pContent)
|
void |
setNext(Queue.Node pNext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Queue.Node(java.lang.Object pContent,
Queue.Node pNext)
| Method Detail |
|---|
public void setContent(java.lang.Object pContent)
public java.lang.Object content()
public void setNext(Queue.Node pNext)
public Queue.Node next()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||