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

org.meeuw.json.grep.GrepMainIterator Maven / Gradle / Ivy

package org.meeuw.json.grep;

import java.util.Iterator;

/**
 * @author Michiel Meeuwissen
 * @since 0.8
 */
public interface GrepMainIterator extends Iterator {
    long getMaxRecordSize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy