All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin.collections.AbstractIteratorDeprecated.kt Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package kotlin.support

/**
 * 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.
 */
@Deprecated("Use AbstractIterator from kotlin.collections instead.", ReplaceWith("kotlin.collections.AbstractIterator"))
public abstract class AbstractIterator : kotlin.collections.AbstractIterator()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy