![JAR search and dependency download from the Maven repository](/logo.png)
org.deephacks.tools4j.config.query.ConfigResultSet Maven / Gradle / Ivy
package org.deephacks.tools4j.config.query;
import java.util.Iterator;
/**
* A lazy evaluated result set iterator matching a certain query that created this
* result set. Items that are not iterated are not evaluated.
*
* @param type of configurable instances
*/
public abstract class ConfigResultSet implements Iterable {
public abstract Iterator iterator();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy