
com.apicatalog.cborld.dictionary.Dictionary Maven / Gradle / Ivy
package com.apicatalog.cborld.dictionary;
import java.math.BigInteger;
/**
*
*
*
*/
public interface Dictionary {
BigInteger getCode(String value);
String getValue(BigInteger code);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy