class RunnableQueue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
count |
private java.lang.Runnable[] |
queue |
private int |
start |
| Constructor and Description |
|---|
RunnableQueue() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
clear() |
(package private) java.lang.Runnable |
getNextRunnable() |
private int |
modulo(int index) |
(package private) void |
postRunnable(java.lang.Runnable r) |