LongContainer

abstract inner class LongContainer : Iterable<LongCursor>

LongCursor iterable with size and toArray function implemented

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract operator fun iterator(): Iterator<LongCursor>
Link copied to clipboard
fun size(): Int
Link copied to clipboard