Class NameAndTypeData


  • final class NameAndTypeData
    extends java.lang.Object
    An object to represent a name and type constant pool data item. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Equality
      int hashCode()
      Hashcode
      java.lang.String toString()
      Convert to string
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Equality
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Convert to string
        Overrides:
        toString in class java.lang.Object