All Packages Class Hierarchy This Package Previous Next Index
Class relaaja.netlayout.VGJ.Queue
java.lang.Object
|
+----relaaja.netlayout.VGJ.Queue
- public class Queue
- extends Object
Class to implement a simple queue of integers.
Here is the source.
-
array
-
-
size
-
-
Queue()
-
-
isEmpty()
-
-
pop()
-
-
push(int)
-
size
private static int size
array
Vector array
Queue
public Queue()
push
public int push(int item)
pop
public int pop()
isEmpty
public boolean isEmpty()
All Packages Class Hierarchy This Package Previous Next Index