Binary Tree Node Type
data class BinaryTreeNodeType(internalType: Type) : DataStructureType, NullableDataStructure
Content copied to clipboard
Binary tree node type
Represents nodes that make up a binary tree
Constructors
BinaryTreeNodeType
Link copied to clipboard
Create empty Binary tree node type
Types
Functions
component1
Link copied to clipboard
containsMethod
Link copied to clipboard
copy
Link copied to clipboard
getConstructor
Link copied to clipboard
getMethodByName
Link copied to clipboard
getMethodNameByMethod
Link copied to clipboard