Inserts the specified element into this queue if it is possible to do so
immediately without violating capacity restrictions, returning
true
upon success and throwing an IllegalStateException
if no space is currently available.
e | the element to add |
true
(as specified by Collection.add
)
Diagram: Collection Queue