mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -115,8 +115,7 @@ public class CollStreamUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 将collection转化为List集合,但是两者的泛型不同
|
* 将collection转化为List集合,但是两者的泛型不同<br>
|
||||||
* <br></br>
|
|
||||||
* <B>{@code Collection<E> ------> List<T> } </B>
|
* <B>{@code Collection<E> ------> List<T> } </B>
|
||||||
*
|
*
|
||||||
* @param collection 需要转化的集合
|
* @param collection 需要转化的集合
|
||||||
@@ -137,8 +136,7 @@ public class CollStreamUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 将collection转化为Set集合,但是两者的泛型不同
|
* 将collection转化为Set集合,但是两者的泛型不同<br>
|
||||||
* <br></br>
|
|
||||||
* <B>{@code Collection<E> ------> Set<T> } </B>
|
* <B>{@code Collection<E> ------> Set<T> } </B>
|
||||||
*
|
*
|
||||||
* @param collection 需要转化的集合
|
* @param collection 需要转化的集合
|
||||||
|
Reference in New Issue
Block a user