kotlin.collections.AbstractIterator.<init>

<init>

AbstractIterator()

A base class to simplify implementing iterators so that implementations only have to implement computeNext to implement the iterator, calling done when the iteration is complete-

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.