
eu.interedition.text.simple.KeyValues Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of text-core Show documentation
Show all versions of text-core Show documentation
Stand-off Markup/Annotation Text Model
The newest version!
package eu.interedition.text.simple;
import java.util.HashMap;
import java.util.Map;
/**
* @author Gregor Middell
*/
public class KeyValues extends HashMap {
public KeyValues() {
}
public KeyValues(Map extends String, ?> m) {
super(m);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy