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 filterPrefixesOf(query: K)(implicit K: Key[K]): RadixTree[K, V]

    Permalink
  16. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getOrDefault[VV >: V](key: K, default: VV)(implicit K: Key[K]): VV

    Permalink
  20. def getOrNull(key: K)(implicit K: Key[K]): V

    Permalink
  21. final def hashCode(): Int

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
  25. def mapValues[V2](f: (V) ⇒ V2): RadixTree[K, V2]

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

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

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

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

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

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

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

    Permalink
  33. val prefix: K

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

    Permalink
  35. def printStructure: String

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

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

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

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

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

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from NoEquals

Inherited from AnyRef

Inherited from Any

Ungrouped