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

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

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

import java.util.Map;

/**
 * 

* * @author sogYF * @version 1.0 * @since JDK 1.6 */ public interface Dict extends Map { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy