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

monniasza.collects.Identifiable Maven / Gradle / Ivy

/**
 * 
 */
package monniasza.collects;

/**
 * Defines an element with an unique identifier
 * @author oskar
 * @param  type of identifier
 */
public interface Identifiable {
	/**
	 * This method returns object's unique identifier
	 * @return object's identifier
	 */
	public T id();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy