Glen
JoSQL is a pretty addictive API for querying java.util.Collection classes. The more I use it, the more I like it.
This weekend I had a scenario where my Collection was full of objects implementing a custom Event interface – some of them SystemEvent, and some of them MonitorEvent (and one day, potentially, a host of others). MonitorEvents have a bunch of additional routines they expose which I...