API reference
API reference
Select your platform
No SDKs available
No versions available

EntityIterator

EntityIterator

interface EntityIterator : Iterator<Entity> , Closeable

Functions

NameSummary
close
abstract override fun close()
forEachRemaining
open fun forEachRemaining(p0: Consumer<in Entity>)
hasNext
abstract operator fun hasNext(): Boolean
next
abstract operator fun next(): Entity
Did you find this page helpful?
Thumbs up icon
Thumbs down icon