| Constructor and Description |
|---|
TilePipeImpl() |
TilePipeImpl(boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Cleans the queue
|
AtomicTask |
getAtomicTask()
Gets a tile from the pipe
|
int |
getSize()
Returns the number of elements in the queue
|
void |
setAtomicTask(AtomicTask task)
Sets a tile in the pipe
|
public TilePipeImpl()
public TilePipeImpl(boolean debug)
public void setAtomicTask(AtomicTask task)
setAtomicTask in interface TilePipetile - public AtomicTask getAtomicTask()
getAtomicTask in interface TilePipepublic int getSize()