com.apicatalog.cborld.dictionary.Dictionary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iridium-cbor-ld-jre11 Show documentation
Show all versions of iridium-cbor-ld-jre11 Show documentation
A CBOR-based serialization for Linked Data
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);
}