Java Patterns
Combining Predicate Types Thu, Sep 17, 2020The Java |
|
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. |
|
Multi-typed Parameters Sun, May 15, 2016In some cases you want to define a method parameter which is of a certain type (i.e a class or an interface), but also implements another interface. |
|
Java Package Bridge Pattern Sun, Jan 13, 2019The Java Package Bridge allows access between your packages without giving
access to the outside world. This makes it similar to the |