Packages

object LeftistHeap

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeftistHeap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def EMPTY_HEAP[T, HC <: HeapCollector[T, HC]](emptyCollector: HC)(implicit ord: Ordering[T]): LeftistHeap[T, HC]
  2. def EMPTY_HEAP[T](implicit ord: Ordering[T]): LeftistHeap[T, None[T]]