Java Utils (v0.1) 
a collection of simple utility methods for Java
Installation
The project is built using Maven, and the artifacts are available from Maven Central.
<dependency>
<groupId>com.unquietcode.utils</groupId>
<artifactId>java-utils</artifactId>
<version>0.1</version>
</dependency>
Utilities
CollectionUtilsConditionalsDataUtilsRandomUtilsTimeUtils- some common containers
PairInterval
- some common interfaces
FactoryValidator
License
The java-utils package is licensed under the MIT license. Go wild.
Questions / Comments / Feedback
Send an email to blouis@unquietcode.com
Peace, love, and code.
