kotlin.collections.ByteIterator

ByteIterator

abstract class ByteIterator : Iterator<Byte>

An iterator over a sequence of values of type Byte.

Constructors

<init>

ByteIterator()

An iterator over a sequence of values of type Byte.

Functions

登录查看完整内容