Class NonBlockingHashSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.jctools.maps.NonBlockingHashSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class NonBlockingHashSet<E> extends AbstractSet<E> implements Serializable
A simple wrapper around NonBlockingHashMap making it implement the Set interface. All operations are Non-Blocking and multi-thread safe.
Since:
1.5
See Also: