iterator

open operator override fun iterator(): Iterator<SortedMapLikeBinaryTreeNode<K, V>>(source)

This Iterator will run from less to greater values of nodes starting the dev.inmo.micro_utils.coroutines.collections.SortedMapLikeBinaryTreeNode-receiver. Due to non-suspending nature of iterator builder, this Iterator DO NOT guarantee consistent content due to iterations. It means, that tree can be changed during to iteration process