Standard Queue Operations

java.util.Queue<E> Interface

Note: this interface is implemented by LinkedList<E>.

Many CS Applications

Lecture Code

This code demonstrated the adapter class concept.