| Package | Description |
|---|---|
| net.engio.mbassy.common |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConcurrentSet<T>
This data structure is optimized for non-blocking reads even when write operations occur.
|
class |
StrongConcurrentSet<T>
This implementation uses strong references to the elements.
|
class |
WeakConcurrentSet<T>
This implementation uses weak references to the elements.
|
Copyright © 2015. All rights reserved.