ArrayCharSequence

scala.Predef.ArrayCharSequence
final class ArrayCharSequence(arrayOfChars: Array[Char]) extends CharSequence

Attributes

Source
Predef.scala
Graph
Supertypes
trait CharSequence
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def charAt(index: Int): Char

Attributes

Source
Predef.scala
def length: Int

Attributes

Source
Predef.scala
def subSequence(start: Int, end: Int): CharSequence

Attributes

Source
Predef.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Source
Predef.scala

Inherited methods

def chars(): IntStream

Attributes

Inherited from:
CharSequence

Attributes

Inherited from:
CharSequence
def isEmpty(): Boolean

Attributes

Inherited from:
CharSequence