Click or drag to resize

IQueueTOffer Method

Overload List
  NameDescription
Public methodOffer(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.
Public methodOffer(T, Int64, TimeUnit)
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
Top
See Also