Packages

c

scala.runtime

SeqCharSequence

final class SeqCharSequence extends CharSequence

Annotations
@deprecated
Deprecated

(Since version 2.11.0) use Predef.SeqCharSequence

Source
SeqCharSequence.scala
Linear Supertypes
CharSequence, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeqCharSequence
  2. CharSequence
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqCharSequence(xs: collection.IndexedSeq[Char])

Value Members

  1. def charAt(index: Int): Char
    Definition Classes
    SeqCharSequence → CharSequence
  2. def chars(): IntStream
    Definition Classes
    CharSequence
  3. def codePoints(): IntStream
    Definition Classes
    CharSequence
  4. def length(): Int
    Definition Classes
    SeqCharSequence → CharSequence
  5. def subSequence(start: Int, end: Int): CharSequence
    Definition Classes
    SeqCharSequence → CharSequence
  6. def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    SeqCharSequence → CharSequence → AnyRef → Any
  7. val xs: collection.IndexedSeq[Char]