package mutable
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait MinMaxStack[A] extends IterableOnce[A] with Cloneable[MinMaxStack[A]]
Allows to push and pop elements in a last-in-first-out (LIFO) fashion.
Allows to push and pop elements in a last-in-first-out (LIFO) fashion. This data structure also allows to retrieval of the minimum and maximum value efficiently.
Value Members
- object MinMaxStack