object Objects
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Objects
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkFromIndexSize(fromIndex: Long, size: Long, length: Long): Long
- def checkFromIndexSize(fromIndex: Int, size: Int, length: Int): Int
Checks if subrange <fromIndex, {fromIndex+size}) is withing the bounds of range <0, length)
Checks if subrange <fromIndex, {fromIndex+size}) is withing the bounds of range <0, length)
- returns
fromIndex argument
- Exceptions thrown
java.lang.IndexOutOfBoundsException
if not in subrange
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare[T](a: T, b: T, c: Comparator[_ >: T]): Int
- Annotations
- @inline()
- def deepEquals(a: Any, b: Any): Boolean
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(a: Any, b: Any): Boolean
- Annotations
- @inline()
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hash(values: Array[AnyRef]): Int
- Annotations
- @inline()
- def hashCode(o: Any): Int
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNull(obj: Any): Boolean
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonNull(obj: Any): Boolean
- Annotations
- @inline()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def requireNonNull[T](obj: T, messageSupplier: Supplier[String]): T
- Annotations
- @inline()
- def requireNonNull[T](obj: T, message: String): T
- Annotations
- @inline()
- def requireNonNull[T](obj: T): T
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(o: Any, nullDefault: String): String
- Annotations
- @inline()
- def toString(o: Any): String
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()