Class ConcurrentHashSet<V>

java.lang.Object
com.itextpdf.commons.datastructures.ConcurrentHashSet<V>
Type Parameters:
V - type of the values
All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>

public class ConcurrentHashSet<V> extends Object implements Set<V>
Concurrent hash set implementation.