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

com.github.napp.util.mass.IMapInitializer Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.github.napp.util.mass;

import java.util.Map;

/**
 * @author Alexandru Bledea
 * @since Jul 21, 2013
 */
public interface IMapInitializer {

	/**
	 * @param map
	 */
	public void initMap(Map map);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy