| Interface | Description |
|---|---|
| IPredicate<T> |
Created with IntelliJ IDEA.
|
| ISetEntry<T> |
Todo: Add javadoc
|
| Class | Description |
|---|---|
| AbstractConcurrentSet<T> |
This data structure is optimized for non-blocking reads even when write operations occur.
|
| AbstractConcurrentSet.Entry<T> | |
| ReflectionUtils | |
| StrongConcurrentSet<T> |
This implementation uses strong references to the elements.
|
| StrongConcurrentSet.StrongEntry<T> | |
| WeakConcurrentSet<T> |
This implementation uses weak references to the elements.
|
| WeakConcurrentSet.WeakEntry<T> |
Copyright © 2018. All rights reserved.