Collections4

一、maven依赖:

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-collections4</artifactId>
    <version>4.1</version>
</dependency>

二、使用篇:

https://blog.csdn.net/sinat_34093604/article/details/79551924

猜你喜欢

转载自blog.csdn.net/qidasheng2012/article/details/89182905