Queue.pushHead
void pushHead(void * data = null)Adds a new element at the head of the queue.
Parameters
data | the data for the new element. |
void pushHead(void * data = null)Adds a new element at the head of the queue.
data | the data for the new element. |