info.freelibrary.marc4j.converter.impl.CodeTableInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of freelib-marc4j Show documentation
Show all versions of freelib-marc4j Show documentation
An easy to use Application Programming Interface (API) for working with MARC and MARCXML in
Java.
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