|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jdsl.simple.ref.LinkedQueue
| Constructor Summary | |
LinkedQueue()
|
|
| Method Summary | |
java.lang.Object |
dequeue()
|
void |
enqueue(java.lang.Object obj)
|
java.lang.Object |
front()
|
boolean |
isEmpty()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public LinkedQueue()
| Method Detail |
public int size()
public boolean isEmpty()
public void enqueue(java.lang.Object obj)
public java.lang.Object front()
throws QueueEmptyException
public java.lang.Object dequeue()
throws QueueEmptyException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||