ArrayCharSequence

final class ArrayCharSequence(arrayOfChars: Array[Char]) extends CharSequence
class Object
trait Matchable
class Any

Value members

Concrete methods

def charAt(index: Int): Char
def subSequence(start: Int, end: Int): CharSequence
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Source:
Predef.scala

Inherited methods

Inherited from:
CharSequence
Inherited from:
CharSequence
Inherited from:
CharSequence