public interface TilePipe
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 tile)
Sets a tile in the pipe
|
void setAtomicTask(AtomicTask tile)
tile
- AtomicTask getAtomicTask()
int getSize()
void clear()