Packages

class ProxyInternalNode[D <: Digest] extends InternalProverNode[D]

Linear Supertypes
InternalProverNode[D], InternalNode[D], ProverNodes[D], KeyInVar, Node[D], ToStringHelper, ScorexEncoding, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProxyInternalNode
  2. InternalProverNode
  3. InternalNode
  4. ProverNodes
  5. KeyInVar
  6. Node
  7. ToStringHelper
  8. ScorexEncoding
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProxyInternalNode(pk: ADKey, selfLabelOpt: Option[D], leftLabel: D, rightLabel: D, pb: Balance)(implicit phf: CryptographicHash[D])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def arrayToString(a: Array[Byte]): String
    Attributes
    protected
    Definition Classes
    ToStringHelper
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var b: Balance
    Attributes
    protected
    Definition Classes
    InternalProverNodeInternalNode
  7. def balance: Balance
    Definition Classes
    InternalNode
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def computeLabel: D
    Attributes
    protected
    Definition Classes
    InternalNodeNode
  10. implicit val encoder: BytesEncoder
    Definition Classes
    ScorexEncoding
  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( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getNew(newLeft: Node[D] = left, newRight: Node[D] = right, newBalance: Balance = b): InternalProverNode[D]
    Definition Classes
    InternalProverNodeInternalNode
  16. def getNewKey(newKey: ADKey): InternalProverNode[D]
    Definition Classes
    InternalProverNodeInternalNode
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. implicit val hf: CryptographicHash[D]
    Definition Classes
    InternalProverNodeInternalNode
  19. def isEmpty: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val isNew: Boolean
    Definition Classes
    ProverNodes
  22. var k: ADKey
    Attributes
    protected
    Definition Classes
    InternalProverNodeKeyInVar
  23. def key: ADKey
    Definition Classes
    KeyInVar
  24. var l: ProverNodes[D]
    Attributes
    protected
    Definition Classes
    InternalProverNode
  25. def label: D
    Definition Classes
    ProxyInternalNodeNode
  26. val labelOpt: Option[D]
    Attributes
    protected
    Definition Classes
    Node
  27. def left: ProverNodes[D]
    Definition Classes
    InternalProverNodeInternalNode
  28. val leftLabel: D
  29. def mutate(n: ProverNodes[D]): Unit
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. var pb: Balance
    Attributes
    protected
  34. implicit val phf: CryptographicHash[D]
  35. var pk: ADKey
    Attributes
    protected
  36. var r: ProverNodes[D]
    Attributes
    protected
    Definition Classes
    InternalProverNode
  37. def right: ProverNodes[D]
    Definition Classes
    InternalProverNodeInternalNode
  38. val rightLabel: D
  39. val selfLabelOpt: Option[D]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    ProxyInternalNodeInternalProverNode → AnyRef → Any
  42. val visited: Boolean
    Definition Classes
    Node
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from InternalProverNode[D]

Inherited from InternalNode[D]

Inherited from ProverNodes[D]

Inherited from KeyInVar

Inherited from Node[D]

Inherited from ToStringHelper

Inherited from ScorexEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped