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

org.sklsft.commons.mapper.interfaces.Comparator Maven / Gradle / Ivy

There is a newer version: 5.0.0-M1
Show newest version
package org.sklsft.commons.mapper.interfaces;

public interface Comparator {

	public boolean areEqual (Object obj1, Object obj2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy