Deep Dive (java.util) - Sets
"Every Set in Java is secretly a Map wearing a trenchcoat."
This article reveals the dirty secret of Java Sets: they're all just wrappers around Maps with dummy values. Understanding this makes Sets
sachinhandiekar.com6 min read