public class LibraryTree.TreeNodePair
extends Object
A TreeNodePair is a scaffolding class which is mainly used when initializing a tree. It simply pairs a child treeNode with the key of its parent. A child node having a null parent
will be considered as a root node.