Packages

package mutable

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. object MinMaxStack

Ungrouped