Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in apache-commons-collection

Java Collection for special scrolling, circular queue

spot the difference between two lists

How do I learn to use Java commons-collections?

Creating a Commons Collections MultiValueMap with a custom value collection type

Break MultiKey returned by MapIterator into the individual keys

How to iterate over MultiKeyMap?

Collection intermediate operations library in Java7

Is there a generic equivalent to ArrayIterator from Apache Commons Collections?

One liner for getting a sublist from a Set

How to initialize a public static final read-only LinkedMap (bidirectionnal map)

Convert a list of Person object into a separated String by getName() property of Person object

null-safe Collection contains method

CollectionUtils in java using predicate

Is there a viable generic alternative to apache.commons.collections.CollectionUtils?

Java Commons Collections removeAll

What does the arrow operator, '->', do in Java?

How to convert a Collection to List?