Class MapPSet<E>

Type Parameters:
E -
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>, PCollection<E>, PSet<E>

public final class MapPSet<E> extends AbstractUnmodifiableSet<E> implements PSet<E>, Serializable
A map-backed persistent set.

If the backing map is thread-safe, then this implementation is thread-safe (assuming Java's AbstractSet is thread-safe), although its iterators may not be.

See Also: