Class OrderedKAryTree.VertexData

  • Enclosing class:
    OrderedKAryTree<V,​E>

    protected class OrderedKAryTree.VertexData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected VertexData​(E parent_edge, int depth)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertexData

        protected VertexData​(E parent_edge,
                             int depth)