protected static class BasicBlockOrderUtils.BlockList<T extends AbstractBlockBase<T>> extends Object
| Constructor and Description |
|---|
BlockList(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T block) |
T |
first() |
boolean |
isScheduled(T block) |
int |
size() |
AbstractBlockBase<?>[] |
toArray() |
public void add(T block)
public int size()
public T first()
public boolean isScheduled(T block)
public AbstractBlockBase<?>[] toArray()