kotlin.collections.ShortIterator

ShortIterator

abstract class ShortIterator : Iterator<Short>

An iterator over a sequence of values of type Short.

Constructors

<init>

ShortIterator()

An iterator over a sequence of values of type Short.

Functions

登录查看完整内容