Most methods are inherited from the superclasses.
Return new instance.
Convert collection (e.g. arrays of arrays) to pairs.
Return the size when linking across.
Return the size when linking down.
Iterate over the two elements.
Traverse Same like: -depthFirstPreOrderTraversal
Traverse the data structure first link down, then across (see examples).
Traverse the data structure from bottom up (see examples).