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

nyla.solutions.core.data.Mappable Maven / Gradle / Ivy

package nyla.solutions.core.data;


/**
 * 
 * Mappable object that has a name and a value.
 *  * 
 * 
* @param the key * @param the value * @author Gregory Green * @version 1.0 */ public interface Mappable extends Key { /** * * @return the value */ public V getValue(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy