Set

2 articles
tag: set 2 published articles
Java

EnumSet and LinkedHashSet

Discover EnumSet's blazing-fast bit vector implementation, LinkedHashSet's insertion-order preservation, and when specialized sets outperform general-purpose alternatives.

Bit VectorEnumsetJava+2 more
June 10, 2026
17 min
Java

HashSet Internals

Discover how HashSet is backed by HashMap, uniqueness enforcement through hash/equals, iteration order unpredictability, and pitfalls causing 'duplicates' in sets.

HashingHashsetJava+2 more
June 10, 2026
21 min