dev.kanngard.net make sure you visit my new blog at: johankanngard.net

Short tip: CollectionUtils class in Java

by Johan Känngård / [Java] / 2003-03-10 / #57


The link to the actual source pointed to the wrong source, but Julian made me aware of the problem. The link has been corrected. This utility class contains static methods that help managing collections (Vectors and arrays) in JDK 1.1.8. Well known @formulas like trim, unique and implode are some of the more interesting methods.

Apache Jakarta has a Commons component called Collections that has a huge amount of goodies!



Floppy icon CollectionUtils.java10 Kb