Queue

implements Collection Interface

  • FIFO
  • To represent group of objects prior processing Example: Group of mails before sending

Child classes/interfaces:


Children
  1. BlockingQueue
  2. PriorityQueue

Backlinks