Set
Java · 4 notes
- HashSethistorical
Hash-based Set semantics, equality/hashCode requirements, null handling, and concurrency characteristics.
- Collections.synchronizedSethistorical
Synchronized Set wrappers and the need for external synchronization during compound operations and iteration.
- TreeSethistorical
Sorted/navigable set semantics, comparator ordering, and logarithmic tree operations.