Caff Commons
Combining Predicate Types Thu, Sep 17, 2020The Java |
|
Iterator Exports Mutability Fri, Jan 27, 2017Wrapping a collection without exporting any modifying methods should make an immutable object. Or not? |
|
Bug Hunting 01 Tue, Oct 11, 2016I create bugs all the time, but usually they are plain stupid. But sometimes I can become quite creative… |
|
Enhancing Enums Sun, Jul 24, 2016As already mentioned elsewhere, I like Java enums a lot, because you can enhance them easily to make them more useful. But the examples I gave until now are quite complex. So here are some easier ones. |
|
Give Java Applications More Memory Tue, Jun 7, 2016Here you’ll find a neat trick how to allow your Java applications to use more memory without any user interaction. |
|
Bit Flag Enums Tue, May 17, 2016Java enums are nice, but how can you use them as them as bit flags? In many other programming languages this is perfectly simple. |