Package java.lang

Class Byte

extends NumberObject

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

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 byte MAX_VALUE
  • static final byte MIN_VALUE

_INSERT_FIELDS_ENTRY_HERE_