Packages

object EthStylePMTrie

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthStylePMTrie
  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](children: IndexedSeq[H], mbValue: 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) extends Node[L, V, H] with UniqueSubkey[L] with Product with Serializable
  4. final case class Leaf[L, V, H](subkey: IndexedSeq[L], value: V) extends Node[L, V, H] with UniqueSubkey[L] with Product with Serializable
  5. sealed trait Node[+L, +V, +H] extends AnyRef
  6. trait UniqueSubkey[L] extends AnyRef

Value Members

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