Package

com.rklaehn

radixtree

Permalink

package radixtree

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

Type Members

  1. trait Hash[A] extends Eq[A] with Serializable

    Permalink

    This is typeclass extends Eq to provide a method hash with the law: if eqv(a, b) then hash(a) == hash(b).

    This is typeclass extends Eq to provide a method hash with the law: if eqv(a, b) then hash(a) == hash(b).

    This is similar to scala.util.hashing.Hashing

  2. trait HashFunctions extends AnyRef

    Permalink
  3. final class RadixTree[K, V] extends NoEquals

    Permalink

Value Members

  1. object Hash extends HashFunctions with Serializable

    Permalink
  2. object RadixTree

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped