Package java.lang

Class Integer

extends NumberObject
implements Serializable, Comparable

This class wraps a value of the primitive type int in an object. An object of type Integer contains a single field whose type is int.

Public Constructors

Public Methods

Methods inherited from java.lang.Number

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • static final int MAX_VALUE
  • static final int MIN_VALUE

_INSERT_FIELDS_ENTRY_HERE_