- All Implemented Interfaces:
- com.google.common.base.Supplier<Set<T>>
public class ConcurrentHashSetSupplier<T>
extends Object
implements com.google.common.base.Supplier<Set<T>>
Supplies a high-performant concurrent hash set. Can be used for producing concurrent multimaps.
- Author:
- Jozef Hartinger