Concrete implementations of Queue:
ArrayQueue— array-backed queue, ordered by insertion (FIFO/LIFO).SortedArray— queue/collection backed by a sorted array, ordered by a comparator.Classifier— queue/collection of objects aggregated by some representation function.TrueSet— queue/collection of objects aggregated by some representation function.