c

sparkz.crypto.authds.avltree.batch

InternalVerifierNode

class InternalVerifierNode[D <: Digest] extends VerifierNodes[D] with InternalNode[D]

Linear Supertypes
InternalNode[D], VerifierNodes[D], Node[D], ToStringHelper, SparkzEncoding, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalVerifierNode
  2. InternalNode
  3. VerifierNodes
  4. Node
  5. ToStringHelper
  6. SparkzEncoding
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalVerifierNode(l: Node[D], r: Node[D], b: Balance)(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
    InternalVerifierNodeInternalNode
  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] = l, newRight: Node[D] = r, newBalance: Balance = b): InternalVerifierNode[D]
    Definition Classes
    InternalVerifierNodeInternalNode
  15. def getNewKey(newKey: ADKey): InternalNode[D]
    Definition Classes
    InternalVerifierNodeInternalNode
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. implicit val hf: CryptographicHash[D]
    Definition Classes
    InternalVerifierNodeInternalNode
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. var l: Node[D]
    Attributes
    protected
  20. 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
  21. val labelOpt: Option[D]
    Attributes
    protected
    Definition Classes
    Node
  22. def left: Node[D]
    Definition Classes
    InternalVerifierNodeInternalNode
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. var r: Node[D]
    Attributes
    protected
  27. def right: Node[D]
    Definition Classes
    InternalVerifierNodeInternalNode
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    InternalVerifierNode → AnyRef → Any
  30. val visited: Boolean
    Definition Classes
    Node
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. 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 VerifierNodes[D]

Inherited from Node[D]

Inherited from ToStringHelper

Inherited from SparkzEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped