SeqCharSequence (original) (raw)

Scala 3/scala/Predef/SeqCharSequence

scala.Predef.SeqCharSequence

final class SeqCharSequence(sequenceOfChars: IndexedSeq[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

CharSequence -> Any

Source

Predef.scala

Inherited methods

def chars(): IntStream

Attributes

Inherited from:

CharSequence

def codePoints(): IntStream

Attributes

Inherited from:

CharSequence

def isEmpty(): Boolean

Attributes

Inherited from:

CharSequence

In this article

Generated with

Copyright (c) 2002-2025, LAMP/EPFL

Copyright (c) 2002-2025, LAMP/EPFL