AJT 1.21 released

This release on adds an implementation of a DefaultConcurrentHashMap. This implementation is like a regular ConcurrentHashMap, except that when a value is requested with a key that does not exist, it will return a default value, instead of null

Download
API documentation