java-patterns icon indicating copy to clipboard operation
java-patterns copied to clipboard

Presentation of Design Patterns in Java

Results 3 java-patterns issues
Sort by recently updated
recently updated
newest added

Added the enum singleton pattern

Double-check locking makes this perform better, so we don't take on the overhead of context switching threads every time getInstance() is called.