Packages

object Long extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Long
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final val BYTES: Int(8)
  5. final val MAX_VALUE: Long(9223372036854775807L)
  6. final val MIN_VALUE: Long(-9223372036854775808L)
  7. final val SIZE: Int(64)
  8. final val TYPE: Class[scala.scalanative.runtime.PrimitiveLong](classOf[scala.scalanative.runtime.PrimitiveLong])
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bitCount(l: scala.Long): Int
    Annotations
    @inline()
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def compare(x: scala.Long, y: scala.Long): Int
    Annotations
    @inline()
  13. def compareUnsigned(x: scala.Long, y: scala.Long): Int
    Annotations
    @inline()
  14. def decode(nm: String): Long
  15. def divideUnsigned(dividend: scala.Long, divisor: scala.Long): scala.Long
    Annotations
    @inline()
  16. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getLong(nm: String, v: Long): Long
  21. def getLong(nm: String, v: scala.Long): Long
    Annotations
    @inline()
  22. def getLong(nm: String): Long
    Annotations
    @inline()
  23. def hashCode(value: scala.Long): Int
    Annotations
    @inline()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def highestOneBit(i: scala.Long): scala.Long
    Annotations
    @inline()
  26. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  27. def lowestOneBit(i: scala.Long): scala.Long
    Annotations
    @inline()
  28. def max(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  29. def min(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  30. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def numberOfLeadingZeros(l: scala.Long): Int
    Annotations
    @inline()
  34. def numberOfTrailingZeros(l: scala.Long): Int
    Annotations
    @inline()
  35. def parseLong(s: String, radix: Int): scala.Long
    Annotations
    @inline()
  36. def parseLong(s: String): scala.Long
    Annotations
    @inline()
  37. def parseUnsignedLong(s: String, radix: Int): scala.Long
  38. def parseUnsignedLong(s: String): scala.Long
    Annotations
    @inline()
  39. def remainderUnsigned(dividend: scala.Long, divisor: scala.Long): scala.Long
    Annotations
    @inline()
  40. def reverse(l: scala.Long): scala.Long
    Annotations
    @inline()
  41. def reverseBytes(l: scala.Long): scala.Long
    Annotations
    @inline()
  42. def rotateLeft(i: scala.Long, distance: Int): scala.Long
    Annotations
    @inline()
  43. def rotateRight(i: scala.Long, distance: Int): scala.Long
    Annotations
    @inline()
  44. def signum(i: scala.Long): Int
    Annotations
    @inline()
  45. def sum(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toBinaryString(l: scala.Long): String
  48. def toHexString(l: scala.Long): String
  49. def toOctalString(l: scala.Long): String
  50. def toString(_l: scala.Long, _radix: Int): String
  51. def toString(l: scala.Long): String
    Annotations
    @inline()
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def toUnsignedString(_l: scala.Long, _radix: Int): String
  54. def toUnsignedString(l: scala.Long): String
    Annotations
    @inline()
  55. def valueOf(s: String, radix: Int): Long
    Annotations
    @inline()
  56. def valueOf(s: String): Long
    Annotations
    @inline()
  57. def valueOf(longValue: scala.Long): Long
    Annotations
    @inline()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped