Packages

object AltPMTrie

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

Type Members

  1. final case class Branch[L, V, H](letter: Option[L], children: IndexedSeq[H], value: Option[V]) extends Node[L, V, H] with Product with Serializable
  2. type Database[L, V, H] = PMTrie.Database[Node[L, V, H], H] with NodeHashing[Node[L, V, H], H]
  3. final case class Extension[L, V, H](subkey: IndexedSeq[L], child: H, value: Option[V]) extends Node[L, V, H] with Product with Serializable
  4. sealed trait Node[+L, +V, +H] extends AnyRef

Value Members

  1. object Empty extends Node[Nothing, Nothing, Nothing] with Product with Serializable