paulirwin opened a new issue, #1118: URL: https://github.com/apache/lucenenet/issues/1118
### Is there an existing issue for this? - [x] I have searched the existing issues ### Task description From #920: This is a concurrent wrapper for any `ISet<T>`. It should pass the same tests as `ConcurrentHashSet<T>`. It is mainly used for wrapping `LinkedHashSet<T>`. If we had a `ConcurrentLinkedHashSet<T>` in J2N, we could eliminate this class. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org