Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 344 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 344 Bytes

counting-map

Simple Lesson of counting HashMap

This lesson teaches the pitfalls with enhancing functionality by inheritance.

Compare the two implementations of an counting map and compain wich one is the better solotion and why.

Please use Java 1.7 in the first place. Because the behavor is different with Java 1.7 or lower and Java 1.8.