Class FixedRootTreeImpl<N extends TreeNode>

  • All Implemented Interfaces:
    Tree<N>

    public class FixedRootTreeImpl<N extends TreeNode>
    extends java.lang.Object
    implements Tree<N>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected N root  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      N getRoot()  
      • Methods inherited from class java.lang.Object

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

      • root

        protected final N extends TreeNode root
    • Constructor Detail

      • FixedRootTreeImpl

        public FixedRootTreeImpl​(N root)