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

org.openforis.commons.lang.IdentifiableDeepComparable Maven / Gradle / Ivy

package org.openforis.commons.lang;

/**
 * 
 * @author S. Ricci
 *
 */
public interface IdentifiableDeepComparable extends DeepComparable {

	boolean deepEquals(Object o, boolean ignoerId);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy