This project provides a couple of utilities related to collections:
- ClassIterator
- CirtuclarIterator
The project is based on the following tools: maven, junit, cobertura and pmd
To run test execute: mvn test
To generate the coverage report execute: mvn cobertura:cobertura
To run pmd checks execute: mvn pmd:check