in scala/runtime
class BoxedByte

final class BoxedByte()
extends BoxedNumber

Field Summary
final val value: Byte

Method Summary
final def !=(x0: Any): Boolean
final def ==(x0: Any): Boolean
  def byteValue(): Byte
  def charValue(): Char
  def doubleValue(): Double
  def equals(x0: Any): Boolean
  def floatValue(): Float
  def hashCode(): Int
  def intValue(): Int
  def longValue(): Long
  def shortValue(): Short
  def toString(): String

Methods inherited from java/lang/Object-class
clone, eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
asInstanceOf, isInstanceOf, match

Field Detail

value

  final val value: Byte
Method Detail

byteValue

  def byteValue(): Byte

shortValue

  def shortValue(): Short

charValue

  def charValue(): Char

intValue

  def intValue(): Int

longValue

  def longValue(): Long

floatValue

  def floatValue(): Float

doubleValue

  def doubleValue(): Double

==

  final def ==(x0: Any): Boolean

!=

  final def !=(x0: Any): Boolean

equals

  def equals(x0: Any): Boolean

hashCode

  def hashCode(): Int

toString

  def toString(): String