![JAR search and dependency download from the Maven repository](/logo.png)
info.freelibrary.marc4j.converter.impl.CodeTableInterface Maven / Gradle / Ivy
package info.freelibrary.marc4j.converter.impl;
public interface CodeTableInterface {
/**
*
* @param i
* @param g0
* @param g1
* @return
*/
public boolean isCombining(int i, int g0, int g1);
/**
*
* @param c
* @param mode
* @return
*/
public char getChar(int c, int mode);
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy