Class BinaryTree.NodeReference

java.lang.Object
  |
  +--BinaryTree.NodeReference
Enclosing class:
BinaryTree

private class BinaryTree.NodeReference
extends java.lang.Object

A container for a reference


Field Summary
 BinaryTree.Node ref
           
 
Constructor Summary
(package private) BinaryTree.NodeReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

public BinaryTree.Node ref
Constructor Detail

BinaryTree.NodeReference

BinaryTree.NodeReference()