org.cddcore.engine

StructuredMapOfList

class StructuredMapOfList[V] extends AbstractStructuredMap[V, List[V]]

Linear Supertypes
AbstractStructuredMap[V, List[V]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StructuredMapOfList
  2. AbstractStructuredMap
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructuredMapOfList(keyStrategy: KeyStrategy, root: DataAndChildren[V, List[V]])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(kv: (String, V)): StructuredMapOfList[V]

  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def apply(key: String): List[V]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def blankI: List[Nothing]

    Attributes
    protected
    Definition Classes
    StructuredMapOfListAbstractStructuredMap
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def fold[Acc](node: DataAndChildren[V, List[V]], initial: Acc, fn: (Acc, String, List[V]) ⇒ Acc): Acc

    Attributes
    protected
    Definition Classes
    AbstractStructuredMap
  15. def fold[Acc](initial: Acc)(fn: (Acc, String, List[V]) ⇒ Acc): Acc

    Definition Classes
    AbstractStructuredMap
  16. def get(key: String): List[V]

  17. def get(depth: Int, key: Key, node: DataAndChildren[V, List[V]]): List[V]

    Attributes
    protected
    Definition Classes
    AbstractStructuredMap
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getNodeWithKey(depth: Int, key: Key, node: DataAndChildren[V, List[V]]): Option[DataAndChildren[V, List[V]]]

    Attributes
    protected
    Definition Classes
    AbstractStructuredMap
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def kidsOf(key: Key): List[Key]

    Definition Classes
    AbstractStructuredMap
  23. def makeNewV(key: Key, oldI: List[V], v: V): List[V]

    Attributes
    protected
    Definition Classes
    StructuredMapOfListAbstractStructuredMap
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def put(depth: Int, key: Key, node: DataAndChildren[V, List[V]], value: V): DataAndChildren[V, List[V]]

    Attributes
    protected
    Definition Classes
    AbstractStructuredMap
  28. implicit def stringToKey(key: String): Key

    Definition Classes
    AbstractStructuredMap
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def walk(node: DataAndChildren[V, List[V]], fn: (String, List[V]) ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    AbstractStructuredMap
  35. def walk(fn: (String, List[V]) ⇒ Unit): Unit

    Definition Classes
    AbstractStructuredMap

Inherited from AbstractStructuredMap[V, List[V]]

Inherited from AnyRef

Inherited from Any

Ungrouped