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

cn.woodwhales.common.business.collection.CollectionFieldComparable Maven / Gradle / Ivy

There is a newer version: 3.8.3
Show newest version
package cn.woodwhales.common.business.collection;

/**
 * @author woodwhales
 * 2020-12-13 21:40
 */
public interface CollectionFieldComparable {

    /**
     * 获取可比较的 key
     * @return 获取可比较的 key
     */
    K getDataKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy