libref.collection

PairList

package PairList

PList List of key-value pairs with integer keys

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PairList
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class PCons[K, V](h: Pair[K, V], t: PList[K, V]) extends PList[K, V] with Product with Serializable

  2. sealed abstract class PList[K, V] extends AnyRef

    Annotations
    @library()
  3. case class PNil[K, V]() extends PList[K, V] with Product with Serializable

  4. case class Pair[K, V](key: K, value: V) extends Product with Serializable

Value Members

  1. def apply[K, V](elems: (K, V)*): PList[K, V]

    Annotations
    @ignore()
  2. def delete[K, V](list: PList[K, V], e: Pair[K, V]): PList[K, V]

    Annotations
    @library()
  3. def distinct[K, V](list: PList[K, V]): Boolean

  4. def permutation[K, V](l1: PList[K, V], l2: PList[K, V]): Boolean

    Annotations
    @library()

Inherited from AnyRef

Inherited from Any

Ungrouped