Class ParameterBuffer
Private utility class: Creates a new ParameterBuffer instance.
Constructor
- 
class ParameterBuffer(callback, T)
 
- 
 
 
Methods
flush
- 
ParameterBuffer#flush()
 
Invoke callback with the contents of the buffer array and empty the
buffer afterwards.
 
pushInsert
- 
ParameterBuffer#pushInsert(item)
 
- 
 
Append an item to the end of the buffer
 
pushRemove
- 
ParameterBuffer#pushRemove(item)
 
- 
 
Append an item to the end of the buffer