Class MutableInt

    • Field Detail

      • v

        public int v
    • Constructor Detail

      • MutableInt

        public MutableInt(int v)
    • Method Detail

      • equals

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • compareTo

        public int compareTo(Number o)
      • intValue

        public int intValue()
      • longValue

        public long longValue()
      • floatValue

        public float floatValue()
      • doubleValue

        public double doubleValue()
      • toString

        public String toString()