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

org.mwg.plugin.AbstractIterable Maven / Gradle / Ivy

package org.mwg.plugin;

public abstract class AbstractIterable {

    public abstract Object next();

    public abstract void close();

    public abstract int estimate();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy