Interface Queue
Interface QueueQueue
Type of Operation
throw expection
Return special value(null/ false)
Insert
add(e)
offer(e)
Remove
remove()
poll()
Examine
element()
peek()
Last updated
Interface QueueQueue
Insert
add(e)
offer(e)
Remove
remove()
poll()
Examine
element()
peek()
Last updated