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