All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.freelibrary.marc4j.converter.impl.CodeTableInterface Maven / Gradle / Ivy

Go to download

An easy to use Application Programming Interface (API) for working with MARC and MARCXML in Java.

There is a newer version: 2.6.12
Show newest version

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