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

arp.repository.compare.FieldComparator Maven / Gradle / Ivy

The newest version!
package arp.repository.compare;

public interface FieldComparator {

	public  boolean equals(T one, T another);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy