public class ClassQueue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<JavaClass> |
vec
Deprecated.
(since 6.0) will be made private; do not access
|
| Constructor and Description |
|---|
ClassQueue() |
| Modifier and Type | Method and Description |
|---|---|
JavaClass |
dequeue() |
boolean |
empty() |
void |
enqueue(JavaClass clazz) |
String |
toString() |
@Deprecated protected LinkedList<JavaClass> vec
public ClassQueue()
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.