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

org.meeuw.json.grep.matching.KeysPattern Maven / Gradle / Ivy

package org.meeuw.json.grep.matching;

import java.util.List;

import org.meeuw.json.PathEntry;

/**
 * @author Michiel Meeuwissen
 * @since 0.7
 */
public interface KeysPattern {

    int matchCounts(List entries);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy