Class IndexTreeNode


  • public class IndexTreeNode
    extends java.lang.Object
    Class comment for IndexTreeNode.java goes here.
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexTreeNode()
      Constructor for IndexTreeNode.
      IndexTreeNode​(java.lang.String name, Type type, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getName()
      Returns the name.
      Type getType()
      Returns the type.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IndexTreeNode

        public IndexTreeNode​(java.lang.String name,
                             Type type,
                             int size)
      • IndexTreeNode

        public IndexTreeNode()
        Constructor for IndexTreeNode.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        public java.lang.String getName()
        Returns the name.
        Returns:
        String
      • getType

        public Type getType()
        Returns the type.
        Returns:
        Type
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object