Class Properties.Int

    • Constructor Summary

      Constructors 
      Constructor Description
      Int​(int value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Compares this object to the specified object.
      int hashCode()
      Returns a hash code for this Int.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Int

        public Int​(int value)
    • Method Detail

      • hashCode

        public int hashCode()
        Returns a hash code for this Int.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a hash code value for this object, equal to the primitive int value represented by this Int object.
        Since:
        TotalCross 1.25
      • equals

        public boolean equals​(java.lang.Object obj)
        Compares this object to the specified object. The result is true if and only if the argument is not null and is an Int object that contains the same int value as this object.
        Overrides:
        equals in class java.lang.Object
        Since:
        TotalCross 1.25