摘要:[JAVA] CollectionUtils.find 取得LIst中的特定物件
CollectionUtils.find 取得LIst中的特定物件
新增dependency
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.2</version>
</dependency>
JAVA部分
CollectionUtils.find(list, new BeanPropertyValueEqualsPredicate("property", "value")
即可依照物件中的屬性值找到物件