in scala/runtime
class BoxedDouble

class BoxedDouble()
extends BoxedNumber

Field Summary
final val value: Double

Method Summary
final def !=(x0: Any): Boolean
final def ==(x0: Any): Boolean
final def byteValue(): Byte
final def charValue(): Char
final def doubleValue(): Double
  def equals(x0: Any): Boolean
final def floatValue(): Float
  def hashCode(): Int
final def intValue(): Int
final def longValue(): Long
final 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: Double
Method Detail

byteValue

  final def byteValue(): Byte

shortValue

  final def shortValue(): Short

charValue

  final def charValue(): Char

intValue

  final def intValue(): Int

longValue

  final def longValue(): Long

floatValue

  final def floatValue(): Float

doubleValue

  final 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