c

sparkz.crypto.authds.avltree.batch

InternalProverNode

class InternalProverNode[D <: Digest] extends ProverNodes[D] with InternalNode[D]

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

Instance Constructors

  1. new InternalProverNode(k: ADKey, l: ProverNodes[D], r: ProverNodes[D], b: Balance = Balance @@ 0.toByte)(implicit hf: 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def computeLabel: D
    Attributes
    protected
    Definition Classes
    InternalNodeNode
  10. implicit val encoder: SparkzEncoder
    Definition Classes
    SparkzEncoding
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getNew(newLeft: Node[D] = left, newRight: Node[D] = right, newBalance: Balance = b): InternalProverNode[D]
    Definition Classes
    InternalProverNodeInternalNode
  15. def getNewKey(newKey: ADKey): InternalProverNode[D]
    Definition Classes
    InternalProverNodeInternalNode
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. implicit val hf: CryptographicHash[D]
    Definition Classes
    InternalProverNodeInternalNode
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val isNew: Boolean
    Definition Classes
    ProverNodes
  20. var k: ADKey
    Attributes
    protected
    Definition Classes
    InternalProverNodeKeyInVar
  21. def key: ADKey
    Definition Classes
    KeyInVar
  22. var l: ProverNodes[D]
    Attributes
    protected
  23. def label: D

    Get digest of the node.

    Get digest of the node. If it was computed previously, read the digest from hash, otherwise, compute it.

    Definition Classes
    Node
  24. val labelOpt: Option[D]
    Attributes
    protected
    Definition Classes
    Node
  25. def left: ProverNodes[D]
    Definition Classes
    InternalProverNodeInternalNode
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. var r: ProverNodes[D]
    Attributes
    protected
  30. def right: ProverNodes[D]
    Definition Classes
    InternalProverNodeInternalNode
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    InternalProverNode → AnyRef → Any
  33. val visited: Boolean
    Definition Classes
    Node
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from InternalNode[D]

Inherited from ProverNodes[D]

Inherited from KeyInVar

Inherited from Node[D]

Inherited from ToStringHelper

Inherited from SparkzEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped