cn.woodwhales.common.business.collection.CollectionFieldComparable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of woodwhales-common Show documentation
Show all versions of woodwhales-common Show documentation
https://github.com/woodwhales
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