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

goja.core.kits.dict.HashDict Maven / Gradle / Ivy

The newest version!
package goja.core.kits.dict;

import java.util.HashMap;

/**
 * 

* * @author sogYF * @version 1.0 * @since JDK 1.6 */ public class HashDict extends HashMap implements Dict { private static final long serialVersionUID = -4206317519248790669L; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy