![JAR search and dependency download from the Maven repository](/logo.png)
com.carrotsearch.hppc.generator.IntrinsicMethod Maven / Gradle / Ivy
package com.carrotsearch.hppc.generator;
import java.util.ArrayList;
import java.util.regex.Matcher;
/**
* Intrinsic method invocation.
*/
public interface IntrinsicMethod {
void invoke(Matcher m, StringBuilder sb, TemplateOptions templateOptions, String genericCast, ArrayList params);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy