Package

breeze.collection

immutable

Permalink

package immutable

Visibility
  1. Public
  2. All

Type Members

  1. class Beam[T] extends Iterable[T] with IterableLike[T, Beam[T]]

    Permalink

    Represents a beam, which is essentially a priority queue with a maximum size.

  2. class BinomialHeap[T] extends Iterable[T] with IterableLike[T, BinomialHeap[T]] with Serializable

    Permalink

    From Okasaki's Functional Data Structures.

    From Okasaki's Functional Data Structures. Represents a functional heap

Value Members

  1. object Beam

    Permalink
  2. object BinomialHeap extends Serializable

    Permalink

Ungrouped