kotlin.collections.CharIterator

CharIterator

abstract class CharIterator : Iterator<Char>

An iterator over a sequence of values of type Char.

Constructors

<init>

CharIterator()

An iterator over a sequence of values of type Char.

Functions

登录查看完整内容