public class WorkQueue
extends java.lang.Object
| Constructor and Description |
|---|
WorkQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SourceFile element) |
void |
addAll(SourceFile[] elements) |
void |
clear() |
void |
finished(SourceFile element) |
boolean |
isCompiled(SourceFile element) |
boolean |
isWaiting(SourceFile element) |
java.lang.String |
toString() |
public void add(SourceFile element)
public void addAll(SourceFile[] elements)
public void clear()
public void finished(SourceFile element)
public boolean isCompiled(SourceFile element)
public boolean isWaiting(SourceFile element)
public java.lang.String toString()
toString in class java.lang.Object