From 820e0d0c8b2a88326fd3f85eae362ae4fedeb6f4 Mon Sep 17 00:00:00 2001 From: yanzhongxin <747328867@qq.com> Date: Tue, 25 Nov 2025 21:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DObjectUtil.contains=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=AD=97=E7=AC=A6=E4=B8=B2=E7=B1=BB=E5=9E=8B=E4=B8=8D?= =?UTF-8?q?=E5=90=88=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/hutool/core/util/ObjectUtil.java | 19 +++++++-- .../cn/hutool/core/util/ObjectUtilTest.java | 42 +++++++++++++++++++ 2 files changed, 57 insertions(+), 4 deletions(-) diff --git a/hutool-core/src/main/java/cn/hutool/core/util/ObjectUtil.java b/hutool-core/src/main/java/cn/hutool/core/util/ObjectUtil.java index 8f08980aa..9b2bbb14a 100644 --- a/hutool-core/src/main/java/cn/hutool/core/util/ObjectUtil.java +++ b/hutool-core/src/main/java/cn/hutool/core/util/ObjectUtil.java @@ -128,7 +128,7 @@ public class ObjectUtil { * 对象中是否包含元素
* 支持的对象类型包括: *