从列表中检查和删除元素的优雅方法

时间:2018-09-11 11:57:26

标签: java list arraylist

我正在寻找一种优雅的方法来遍历ArrayList以检查每个条目,如果检查失败则将其删除。现在看起来像这样:

<bean id="blankRestoreFromRecycleUiOperation" class="ua.com.profitsoft.bo.report.mtsbu.ui.operation.impl.BlankRestoreFromRecycleUiOperation">

        <constructor-arg type="java.lang.String">
            <value>blankTab</value>
        </constructor-arg>

        <constructor-arg type="boolean">
            <value>true</value>
        </constructor-arg>

    </bean>

有没有办法使它更短或更优雅?

0 个答案:

没有答案