Packages

package mutable

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait MinMaxQueue[A] extends IterableOnce[A]

    Allows to enqueue and dequeue elements in a last-in-last-out (LILO) fashion.

    Allows to enqueue and dequeue elements in a last-in-last-out (LILO) fashion. This data structure also allows to retrieval of the minimum and maximum value efficiently.

Value Members

  1. object MinMaxQueue

Ungrouped