Class SparrowTree<T,​ID>


  • public class SparrowTree<T,​ID>
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SparrowTree

        public SparrowTree​(T me)
      • SparrowTree

        public SparrowTree​(java.lang.String name,
                           int level)
      • SparrowTree

        public SparrowTree​(T me,
                           java.lang.String name,
                           int level)
      • SparrowTree

        public SparrowTree​(ID id,
                           java.lang.String name)
      • SparrowTree

        public SparrowTree​(T object,
                           ID id)
      • SparrowTree

        public SparrowTree​(ID id,
                           java.lang.String name,
                           ID previousNodeId,
                           ID nextNodeId)
      • SparrowTree

        public SparrowTree​(ID id,
                           ID previousNodeId,
                           ID nextNodeId)
      • SparrowTree

        public SparrowTree​(T object,
                           ID id,
                           ID previousNodeId,
                           ID nextNodeId)