View source
class TreeNode<T>
package feathers.data
Deprecated: "TreeCollection is replaced by ArrayHierarchicalCollection"
A node in a TreeCollection object.
Deprecation Warning! This API will be removed in a future version. Use
ArrayHierarchicalCollection instead of TreeCollection.
Available since
1.0.0
.See also:
Constructor
Variables
Methods
isBranch():Bool
Indicates if this node is a branch or a leaf. A branch may contain
zero or more children. If the children is not null, then this node
is a branch.
Available since
1.0.0
.