Class TreeNodeImpl<T>

java.lang.Object
org.aksw.commons.collections.trees.TreeNodeImpl<T>
Type Parameters:
T -
All Implemented Interfaces:
TreeNode<T>

public class TreeNodeImpl<T> extends Object implements TreeNode<T>
Data structure that pairs a tree with one of its nodes. Useful to keep references to specific nodes in a tree while still allowing traversal.
Author:
raven