mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add ConditionBuilder
This commit is contained in:
@@ -478,6 +478,9 @@ public class ListUtil {
|
||||
* @since 5.2.6
|
||||
*/
|
||||
public static <T> List<T> unmodifiable(List<T> list) {
|
||||
if(null == list){
|
||||
return null;
|
||||
}
|
||||
return Collections.unmodifiableList(list);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user