Class

scorex.crypto.authds.avltree.batch

VerifierLeaf

Related Doc: package batch

Permalink

class VerifierLeaf[D <: Digest] extends Leaf[D] with VerifierNodes[D]

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

Instance Constructors

  1. new VerifierLeaf(k: ADKey, v: ADValue, nk: ADKey)(implicit hf: CryptographicHash[D])

    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 arrayToString(a: Array[Byte]): String

    Permalink
    Attributes
    protected
    Definition Classes
    ToStringHelper
  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 computeLabel: D

    Permalink
    Attributes
    protected
    Definition Classes
    LeafNode
  8. implicit val encoder: BytesEncoder

    Permalink
    Definition Classes
    ScorexEncoding
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getNew(newKey: ADKey = k, newValue: ADValue = v, newNextLeafKey: ADKey = nk): VerifierLeaf[D]

    Permalink
    Definition Classes
    VerifierLeafLeaf
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit val hf: CryptographicHash[D]

    Permalink
    Definition Classes
    VerifierLeafLeaf
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. var k: ADKey

    Permalink
    Attributes
    protected
    Definition Classes
    VerifierLeafKeyInVar
  18. def key: ADKey

    Permalink
    Definition Classes
    KeyInVar
  19. def label: D

    Permalink
    Definition Classes
    Node
  20. var labelOpt: Option[D]

    Permalink
    Attributes
    protected
    Definition Classes
    Node
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def nextLeafKey: ADKey

    Permalink
    Definition Classes
    Leaf
  23. var nk: ADKey

    Permalink
    Attributes
    protected
    Definition Classes
    VerifierLeafLeaf
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Leaf → AnyRef → Any
  28. var v: ADValue

    Permalink
    Attributes
    protected
    Definition Classes
    VerifierLeafLeaf
  29. def value: ADValue

    Permalink
    Definition Classes
    Leaf
  30. var visited: Boolean

    Permalink
    Definition Classes
    Node
  31. final def wait(): Unit

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

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

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

Inherited from VerifierNodes[D]

Inherited from Leaf[D]

Inherited from KeyInVar

Inherited from Node[D]

Inherited from ToStringHelper

Inherited from ScorexEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped