Overload List
| Name | Description | |
|---|---|---|
|  | Offer(T) | 
            Inserts the specified element into this queue if it is possible to do
            so immediately without violating capacity restrictions, returning
            true upon success and false if no space is currently
            available.
             | 
|  | Offer(T, Int64, TimeUnit) | 
            Inserts the specified element into this queue, waiting up to the
            specified wait time if necessary for space to become available.
             | 
See Also
