Packages

o

java.util

Objects

object Objects

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Objects
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkFromIndexSize(fromIndex: Long, size: Long, length: Long): Long
  6. 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

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def compare[T](a: T, b: T, c: Comparator[_ >: T]): Int
    Annotations
    @inline()
  9. def deepEquals(a: Any, b: Any): Boolean
    Annotations
    @inline()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(a: Any, b: Any): Boolean
    Annotations
    @inline()
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hash(values: Array[AnyRef]): Int
    Annotations
    @inline()
  16. def hashCode(o: Any): Int
    Annotations
    @inline()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isNull(obj: Any): Boolean
    Annotations
    @inline()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nonNull(obj: Any): Boolean
    Annotations
    @inline()
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def requireNonNull[T](obj: T, messageSupplier: Supplier[String]): T
    Annotations
    @inline()
  25. def requireNonNull[T](obj: T, message: String): T
    Annotations
    @inline()
  26. def requireNonNull[T](obj: T): T
    Annotations
    @inline()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(o: Any, nullDefault: String): String
    Annotations
    @inline()
  29. def toString(o: Any): String
    Annotations
    @inline()
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped