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

com.bestvike.collections.IStructuralEquatable Maven / Gradle / Ivy

The newest version!
package com.bestvike.collections;

import com.bestvike.collections.generic.IEqualityComparer;

/**
 * Created by 许崇雷 on 2017-07-23.
 */
@SuppressWarnings("rawtypes")
public interface IStructuralEquatable {
    boolean equals(Object other, IEqualityComparer comparer);

    int hashCode(IEqualityComparer comparer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy