Is there a viable generic version of org.apache.commons.collections.CollectionUtils? If not, why not? It seems like an obvious need. Or has the Java community just given up on functional coding until closures are added to Java 17?
| |||||||
feedback
|
|
There's a genericified port of a slightly out-of-date version of Commons Collections here. It's no longer maintained, however. A better option is Google Guava. It has classes like | |||
|
feedback
|