public class ClassQueue extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected LinkedList<JavaClass> |
vec |
Constructor and Description |
---|
ClassQueue() |
Modifier and Type | Method and Description |
---|---|
JavaClass |
dequeue() |
boolean |
empty() |
void |
enqueue(JavaClass clazz) |
String |
toString() |