ListTreeNode

Constructors

Link copied to clipboard
constructor(data: Set<ITreeNode<out Any>>)

Properties

Link copied to clipboard
val data: T

Functions

Link copied to clipboard
open fun equals(t: Any): Boolean
Link copied to clipboard
open fun forEach(action: Consumer<in T>)
Link copied to clipboard
open fun getLeftChild(): ITreeNode<out Any>
Link copied to clipboard
Link copied to clipboard
open fun getRightChild(): ITreeNode<out Any>
Link copied to clipboard
open fun getType(): Type
Link copied to clipboard
open fun getValue(mp: Map<HashString, ITreeNode<out Any>>): Set<ITreeNode<out Any>>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun iterator(): Iterator<ITreeNode<out Any>>
Link copied to clipboard
Link copied to clipboard
open fun toHashString(): HashString
Similar to toString(), but returns a HashString.
Link copied to clipboard
open fun toString(): String