This commit is contained in:
Looly 2023-01-31 09:48:58 +08:00
parent 02630160ce
commit 4450208e54

View File

@ -9,6 +9,7 @@ import java.util.Date;
* 提供一个统一的接口定义返回不同类型的值基本类型<br> * 提供一个统一的接口定义返回不同类型的值基本类型<br>
* *
* @author Looly * @author Looly
* @param <K> key类型
*/ */
public interface BasicTypeGetter<K> { public interface BasicTypeGetter<K> {
/*-------------------------- 基本类型 start -------------------------------*/ /*-------------------------- 基本类型 start -------------------------------*/