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

com.bestvike.collections.generic.IEqualityComparer Maven / Gradle / Ivy

The newest version!
package com.bestvike.collections.generic;

/**
 * Created by 许崇雷 on 2017-07-12.
 */
public interface IEqualityComparer {
    boolean equals(T x, T y);

    int hashCode(T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy