Tree
A simple recursive tree class.
- Value parameters:
- children
The children of this node.
- value
The value of this node.
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Returns true if this tree is a subtree of another tree, false otherwise.
Returns true if this tree is a subtree of another tree, false otherwise.