package mutable
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- object MinMaxQueue