Package ch.epfl.lpd.ids.utils

Package containing the classes implementing the blocking queue.

See:
          Description

Interface Summary
IBlockingQueue<T> This class is the specification of a Blocking Queue.
 

Class Summary
MyBlockingQueue<T> Class implementing the IBlockingQueue.
MyPriorityBlockingQueue<T> Class implementing the IBlockingQueue class.
 

Package ch.epfl.lpd.ids.utils Description

Package containing the classes implementing the blocking queue.