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

com.spun.util.Comparator Maven / Gradle / Ivy

The newest version!
package com.spun.util;

public interface Comparator
{
  public boolean isEqual(Object one, Object other);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy