mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -183,6 +183,7 @@ public class IterUtil {
|
|||||||
/**
|
/**
|
||||||
* 获取指定Bean列表中某个字段,生成新的列表
|
* 获取指定Bean列表中某个字段,生成新的列表
|
||||||
*
|
*
|
||||||
|
* @param <R> 返回元素类型
|
||||||
* @param <V> 对象类型
|
* @param <V> 对象类型
|
||||||
* @param iterable 对象列表
|
* @param iterable 对象列表
|
||||||
* @param fieldName 字段名(会通过反射获取其值)
|
* @param fieldName 字段名(会通过反射获取其值)
|
||||||
@@ -196,6 +197,7 @@ public class IterUtil {
|
|||||||
/**
|
/**
|
||||||
* 获取指定Bean列表中某个字段,生成新的列表
|
* 获取指定Bean列表中某个字段,生成新的列表
|
||||||
*
|
*
|
||||||
|
* @param <R> 返回元素类型
|
||||||
* @param <V> 对象类型
|
* @param <V> 对象类型
|
||||||
* @param iter 对象列表
|
* @param iter 对象列表
|
||||||
* @param fieldName 字段名(会通过反射获取其值)
|
* @param fieldName 字段名(会通过反射获取其值)
|
||||||
|
Reference in New Issue
Block a user