net.corda.core.utilities / NonEmptySet / Iterator

Iterator

inner class Iterator<out T, T> : MutableIterator<T>


Constructors

<init> Iterator(iterator: MutableIterator<T>)

Properties

iterator val iterator: MutableIterator<T>

Functions

hasNext fun hasNext(): Boolean
next fun next(): T
remove fun remove(): Unit