开发者

Are there any good libraries of functions to use with collections in Java, such as [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

Are there any good libraries of functions to use with collections in Java. I'm thinking along the lines of implementations of partition, take, drop, takeWhile, dropWhile, map, filter,开发者_Python百科 reduce...? I can write them myself, but it feels like re-inventing the wheel.

Thanks, Alex


Lambdaj is awesome.


Google Collections (Guava) is great! Collections2 and Iterables are utility classes worth looking at. They both have a filter and transform (like map) method, among many other things.


apache Commons-Collections

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜