Class SynchronizedCompactHashSet<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class SynchronizedCompactHashSet<E> extends CompactHashSet<E>
INTERNAL: Extends CompactHashSet to make it synchronized. Saves memory compared with having to wrap the set in a SynchronizedSet.