object Long extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Long
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final val BYTES: Int(8)
- final val MAX_VALUE: Long(9223372036854775807L)
- final val MIN_VALUE: Long(-9223372036854775808L)
- final val SIZE: Int(64)
- final val TYPE: Class[scala.scalanative.runtime.PrimitiveLong](classOf[scala.scalanative.runtime.PrimitiveLong])
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bitCount(l: scala.Long): Int
- Annotations
- @inline()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compare(x: scala.Long, y: scala.Long): Int
- Annotations
- @inline()
-
def
compareUnsigned(x: scala.Long, y: scala.Long): Int
- Annotations
- @inline()
- def decode(nm: String): Long
-
def
divideUnsigned(dividend: scala.Long, divisor: scala.Long): scala.Long
- Annotations
- @inline()
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLong(nm: String, v: Long): Long
-
def
getLong(nm: String, v: scala.Long): Long
- Annotations
- @inline()
-
def
getLong(nm: String): Long
- Annotations
- @inline()
-
def
hashCode(value: scala.Long): Int
- Annotations
- @inline()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
highestOneBit(i: scala.Long): scala.Long
- Annotations
- @inline()
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
-
def
lowestOneBit(i: scala.Long): scala.Long
- Annotations
- @inline()
-
def
max(a: scala.Long, b: scala.Long): scala.Long
- Annotations
- @inline()
-
def
min(a: scala.Long, b: scala.Long): scala.Long
- Annotations
- @inline()
-
final
def
ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
numberOfLeadingZeros(l: scala.Long): Int
- Annotations
- @inline()
-
def
numberOfTrailingZeros(l: scala.Long): Int
- Annotations
- @inline()
-
def
parseLong(s: String, radix: Int): scala.Long
- Annotations
- @inline()
-
def
parseLong(s: String): scala.Long
- Annotations
- @inline()
- def parseUnsignedLong(s: String, radix: Int): scala.Long
-
def
parseUnsignedLong(s: String): scala.Long
- Annotations
- @inline()
-
def
remainderUnsigned(dividend: scala.Long, divisor: scala.Long): scala.Long
- Annotations
- @inline()
-
def
reverse(l: scala.Long): scala.Long
- Annotations
- @inline()
-
def
reverseBytes(l: scala.Long): scala.Long
- Annotations
- @inline()
-
def
rotateLeft(i: scala.Long, distance: Int): scala.Long
- Annotations
- @inline()
-
def
rotateRight(i: scala.Long, distance: Int): scala.Long
- Annotations
- @inline()
-
def
signum(i: scala.Long): Int
- Annotations
- @inline()
-
def
sum(a: scala.Long, b: scala.Long): scala.Long
- Annotations
- @inline()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toBinaryString(l: scala.Long): String
- def toHexString(l: scala.Long): String
- def toOctalString(l: scala.Long): String
- def toString(_l: scala.Long, _radix: Int): String
-
def
toString(l: scala.Long): String
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def toUnsignedString(_l: scala.Long, _radix: Int): String
-
def
toUnsignedString(l: scala.Long): String
- Annotations
- @inline()
-
def
valueOf(s: String, radix: Int): Long
- Annotations
- @inline()
-
def
valueOf(s: String): Long
- Annotations
- @inline()
-
def
valueOf(longValue: scala.Long): Long
- Annotations
- @inline()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()