|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Queue<E>
| Method Summary | |
|---|---|
MyQueueDataObject<E> |
getData()
|
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Methods inherited from interface net.datastructures.Queue |
|---|
dequeue, enqueue, front, isEmpty, size |
| Method Detail |
|---|
MyQueueDataObject<E> getData()
throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException - if the firstIndex or lastIndex is greater or equal to the
capacity of the array
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||