Class ConcurrentHashSet

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

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