![JAR search and dependency download from the Maven repository](/logo.png)
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