Package org.jpmml.sparkml
Class RegexKey
- java.lang.Object
-
- org.jpmml.sparkml.RegexKey
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)PatterngetPattern()inthashCode()booleantest(String string)
-
-
-
Constructor Detail
-
RegexKey
public RegexKey(Pattern pattern)
-
-