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

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

package com.bestvike.collections;

import java.util.Comparator;

/**
 * Created by 许崇雷 on 2017-07-23.
 */
@SuppressWarnings("rawtypes")
public interface IStructuralComparable {
    int compareTo(Object other, Comparator comparer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy