
com.github.chaosfirebolt.converter.api.cache.ParserCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of roman-numeral-converter Show documentation
Show all versions of roman-numeral-converter Show documentation
Library for converting roman numerals to arabic and vice versa.
package com.github.chaosfirebolt.converter.api.cache;
import com.github.chaosfirebolt.converter.Parser;
import com.github.chaosfirebolt.converter.constants.IntegerType;
/**
* Parser specialization of {@link Cache}
*/
public interface ParserCache extends Cache {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy