sdk-common / com.tomtom.online.sdk.common.functional / Iterators / empty

empty

static fun <T : Any!> empty(): MutableIterator<T>!

Returns an empty iterator.

Parameters

- type of the values pointed to by the iterator.

Return
MutableIterator<T>!: instance of Iterator.