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