SeqCharSequence

scala.Predef.SeqCharSequence

Attributes

Graph
Supertypes
trait CharSequence
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def charAt(index: Int): Char
def length: Int
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
CharSequence -> Any

Inherited methods

def chars(): IntStream

Attributes

Inherited from:
CharSequence

Attributes

Inherited from:
CharSequence
def isEmpty(): Boolean

Attributes

Inherited from:
CharSequence