Class ConstantPool.ConstValue

    • Field Detail

      • isSet

        protected boolean isSet
      • visited

        private boolean visited
    • Method Detail

      • size

        public int size()
      • hasValue

        public boolean hasValue()
      • hashCode

        public int hashCode()
        Compute the hash-code, based on the value of the native (_hashCode()) hashcode.
        Overrides:
        hashCode in class java.lang.Object
      • _hashCode

        protected int _hashCode()
      • equals

        public boolean equals​(java.lang.Object obj)
        Compares this object to the specified object. Sub-classes must override this
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object to compare with
        Returns:
        true if the objects are the same; false otherwise.
      • toString

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

        protected java.lang.String _toString()
      • write

        public void write​(CheckedDataOutputStream out)
                   throws java.io.IOException
        Throws:
        java.io.IOException