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

com.my.json.compare.rules.interfaces.ComparisionRule Maven / Gradle / Ivy

The newest version!
package com.my.json.compare.rules.interfaces;

public interface ComparisionRule {
	
	public boolean compareData(Object superSet,Object subSet);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy