Github user kinow commented on the issue:
https://github.com/apache/commons-lang/pull/311
@ottobackwards I'm +1 for using generics, as well as the fluent API
suggested by Gilles just now. But I'd have to look at the code to see if that's
doable. I think you are probably the best to take a look if that'd a) be a good
idea, b) be doable, or c) argument why not.
The generics I suspect might be easier to achieve. Fluent API's are
normally useful, but easily to be overdone IMO.---
