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

com.mps.deepviolet.api.JsonLdrCipherMap Maven / Gradle / Ivy

The newest version!
package com.mps.deepviolet.api;

import java.util.HashMap;

public class JsonLdrCipherMap extends HashMap {

	public JsonLdrCipherMap() {

	}

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public JsonLdrCipherMap(String hexName, JsonLdrClassifications clazz) {
		put(hexName, clazz);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy