Class Integers


  • public class Integers
    extends java.lang.Object
    Utility methods for ints.
    • Constructor Summary

      Constructors 
      Constructor Description
      Integers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Integer valueOf​(int value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Integers

        public Integers()
    • Method Detail

      • valueOf

        public static java.lang.Integer valueOf​(int value)