| Throws ex. | Special v. | Blocks | Times out
--------+------------+------------+--------+---------------------
Insert | add(e) | offer(e) | put(e) | offer(e, time, unit)
Remove | remove() | poll() | take() | poll(time, unit)
Examine | element() | peek() | N/A | N/A
Showing posts with label queue. Show all posts
Showing posts with label queue. Show all posts
Wednesday, September 9, 2015
Java Queues - poll, offer, etc
Subscribe to:
Posts (Atom)