Complex Queries for Java data
Recently a project I was working on called for a complex filter that was needed for selecting specific elements from…
Recently a project I was working on called for a complex filter that was needed for selecting specific elements from…
My son has gotten into Minecraft and Star Wars. He wanted the two of us to build the Death Star…
Discussion on which is the better choice of type to return from a method or function for multiple items. Both…
Ever have a list, that you need to paginate through? I certainly have, I created a simple method to ListUtils…
Recently had a need to break things out over a given date range into month-long increments. I found a solution…
Sometimes you need to guarantee a list is safe to use. A simple method can make sure your safe to…
Standard isEmpty() and notEmpty() methods for a ListUtils class. Nothing fancy, just simple methods and functionality. See the entire ListUtils…