Class/Object

com.rklaehn.radixtree

RadixTree

Related Docs: object RadixTree | package radixtree

Permalink

final class RadixTree[K, V] extends NoEquals

Linear Supertypes
NoEquals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RadixTree
  2. NoEquals
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RadixTree(prefix: K, children: Array[RadixTree[K, V]], valueOpt: Opt[V])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(key: K)(implicit K: Key[K]): V

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def contains(key: K)(implicit K: Key[K]): Boolean

    Permalink
  8. def count: Int

    Permalink
  9. def entries(implicit K: Key[K]): Traversable[(K, V)]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. final def equals(that: Any): Boolean

    Permalink
    Definition Classes
    NoEquals → AnyRef → Any
  12. def filter(f: (K, V) ⇒ Boolean)(implicit K: Key[K]): RadixTree[K, V]

    Permalink
  13. def filterKeysContaining(fragment: K)(implicit K: Key[K], v: Hash[V]): RadixTree[K, V]

    Permalink
  14. def filterPrefix(prefix: K)(implicit K: Key[K]): RadixTree[K, V]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(key: K)(implicit K: Key[K]): Option[V]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def hashCode(): Int

    Permalink
    Definition Classes
    NoEquals → AnyRef → Any
  19. def isEmpty(implicit K: Key[K]): Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def keys(implicit K: Key[K]): Traversable[K]

    Permalink
  22. def merge(other: RadixTree[K, V], collision: (V, V) ⇒ V)(implicit K: Key[K]): RadixTree[K, V]

    Permalink
  23. def merge(other: RadixTree[K, V])(implicit K: Key[K]): RadixTree[K, V]

    Permalink
  24. def modifyOrRemove(f: (K, V, Int) ⇒ Option[V])(implicit K: Key[K]): RadixTree[K, V]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def packed(implicit K: Key[K], V: Hash[V]): RadixTree[K, V]

    Permalink
  29. val prefix: K

    Permalink
  30. def prepend(prefix: K)(implicit K: Key[K]): RadixTree[K, V]

    Permalink
  31. def printStructure: String

    Permalink
  32. def startsWith(prefix: K)(implicit K: Key[K]): Boolean

    Permalink
  33. def subtreeWithPrefix(prefix: K)(implicit K: Key[K]): RadixTree[K, _ <: V]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    NoEquals → AnyRef → Any
  36. def values(implicit K: Key[K]): Traversable[V]

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NoEquals

Inherited from AnyRef

Inherited from Any

Ungrouped