Packages

object _String extends Serializable

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

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 CASE_INSENSITIVE_ORDER: Comparator[_String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def copyValueOf(data: Array[Char]): _String
  8. def copyValueOf(data: Array[Char], start: Int, length: Int): _String
  9. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def format(loc: Locale, fmt: _String, args: Array[AnyRef]): _String
  13. def format(fmt: _String, args: Array[AnyRef]): _String
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  17. def join(delimiter: CharSequence, elements: Iterable[CharSequence]): String
  18. def join(delimiter: CharSequence, elements: Array[CharSequence]): String
  19. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def valueOf(value: AnyRef): _String
  25. def valueOf(value: scala.Boolean): _String
  26. def valueOf(value: scala.Long): _String
  27. def valueOf(value: Int): _String
  28. def valueOf(value: scala.Float): _String
  29. def valueOf(value: scala.Double): _String
  30. def valueOf(value: Char): _String
  31. def valueOf(data: Array[Char], start: Int, length: Int): _String
  32. def valueOf(data: Array[Char]): _String
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped