kotlin.collections.IntIterator

IntIterator

abstract class IntIterator : Iterator<Int>

An iterator over a sequence of values of type Int.

Constructors

<init>

IntIterator()

An iterator over a sequence of values of type Int.

Functions

登录查看完整内容