Method | Description | |
---|---|---|
Clear ( ) : void |
Clear the buffer.
|
|
Dequeue ( ) : double |
Remove an item from the back of the queue.
|
|
Enqueue ( double item ) : void |
Add an item to the front of the buffer.
|
|
JiggleBuffer ( int size ) : System |
Construct buffer with the specified capacity.
|
|
Pop ( ) : double |
Pop an item from the head/top of the queue.
|