|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.fub.bytecode.util.ClassQueue
Utility class implementing a (typesafe) queue of JavaClass objects.
Vector| Field Summary | |
protected int |
left
|
| Constructor Summary | |
ClassQueue()
|
|
| Method Summary | |
JavaClass |
dequeue()
|
boolean |
empty()
|
void |
enqueue(JavaClass clazz)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected int left
| Constructor Detail |
public ClassQueue()
| Method Detail |
public void enqueue(JavaClass clazz)
public JavaClass dequeue()
public boolean empty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||