case class NodeDoubleSha256Digest(v: DoubleSha256Digest, l: BinaryTreeDoubleSha256Digest, r: BinaryTreeDoubleSha256Digest) extends BinaryTreeDoubleSha256Digest with Product with Serializable
- Alphabetic
- By Inheritance
- NodeDoubleSha256Digest
- Serializable
- Product
- Equals
- BinaryTreeDoubleSha256Digest
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NodeDoubleSha256Digest(v: DoubleSha256Digest, l: BinaryTreeDoubleSha256Digest, r: BinaryTreeDoubleSha256Digest)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def contains(t: DoubleSha256Digest): Boolean
Checks if the BinaryTree contains a certain element.
Checks if the BinaryTree contains a certain element.
- Definition Classes
- BinaryTreeDoubleSha256Digest
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findFirstDFS(t: DoubleSha256Digest): Option[BinaryTreeDoubleSha256Digest]
A function to find the first occurrence of a predicate inside a BinaryTree.
A function to find the first occurrence of a predicate inside a BinaryTree.
- Definition Classes
- BinaryTreeDoubleSha256Digest
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def insert(subTree: BinaryTreeDoubleSha256Digest): BinaryTreeDoubleSha256Digest
Inserts a tree into one of the two branches in a BinaryTree If it cannot insert it because the branches are not empty, it throws a RuntimeException.
Inserts a tree into one of the two branches in a BinaryTree If it cannot insert it because the branches are not empty, it throws a RuntimeException.
- Definition Classes
- BinaryTreeDoubleSha256Digest
- def insert(t: DoubleSha256Digest): BinaryTreeDoubleSha256Digest
Inserts an element into one of the two branches in a BinaryTree.
Inserts an element into one of the two branches in a BinaryTree. If it cannot insert it because the branches are not empty, it throws a RuntimeException.
- Definition Classes
- BinaryTreeDoubleSha256Digest
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val l: BinaryTreeDoubleSha256Digest
- def left: Option[BinaryTreeDoubleSha256Digest]
- Definition Classes
- BinaryTreeDoubleSha256Digest
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val r: BinaryTreeDoubleSha256Digest
- def remove(subTree: BinaryTreeDoubleSha256Digest): BinaryTreeDoubleSha256Digest
Removes the subTree from the parentTree.
Removes the subTree from the parentTree.
- Definition Classes
- BinaryTreeDoubleSha256Digest
- def replace(originalTree: BinaryTreeDoubleSha256Digest, replacementTree: BinaryTreeDoubleSha256Digest): BinaryTreeDoubleSha256Digest
Replaces all instances of the original tree with the replacement tree.
Replaces all instances of the original tree with the replacement tree.
- Definition Classes
- BinaryTreeDoubleSha256Digest
- def right: Option[BinaryTreeDoubleSha256Digest]
- Definition Classes
- BinaryTreeDoubleSha256Digest
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val v: DoubleSha256Digest
- def value: Option[DoubleSha256Digest]
- Definition Classes
- BinaryTreeDoubleSha256Digest
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()