Class ConstantEntry


  • final class ConstantEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hashcode  
      private int intval  
      private long longval  
      private java.lang.String str1  
      private java.lang.String str2  
      private int type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantEntry​(int type, int intval, java.lang.String str1, java.lang.String str2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • type

        private int type
      • intval

        private int intval
      • longval

        private long longval
      • str1

        private java.lang.String str1
      • str2

        private java.lang.String str2
      • hashcode

        private int hashcode
    • Constructor Detail

      • ConstantEntry

        ConstantEntry​(int type,
                      int intval,
                      java.lang.String str1,
                      java.lang.String str2)
    • Method Detail

      • hashCode

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

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