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

com.apicatalog.cborld.dictionary.Dictionary Maven / Gradle / Ivy

The newest version!
package com.apicatalog.cborld.dictionary;

import java.util.Map;

public interface Dictionary extends Iterable> {

    Integer getCode(String value);

    String getValue(Integer code);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy