Specialized priority queue implementation for use with an intercepting filter chain.
Allows removal
Does the queue contain a given value?
| Parameters: | mixed – |
|---|---|
| Return type: | bool |
Remove a value from the queue
This is an expensive operation. It must first iterate through all values, and then re-populate itself. Use only if absolutely necessary.
| Parameters: | mixed – |
|---|---|
| Return type: | bool |
Iterate the next filter in the chain
Iterates and calls the next filter in the chain.
| Parameters: |
|
|---|---|
| Return type: | mixed |