| Package | Description |
|---|---|
| net.engio.mbassy.common | |
| net.engio.mbassy.subscription |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IConcurrentSet<T> |
AbstractConcurrentSet.add(T element) |
IConcurrentSet<T> |
IConcurrentSet.add(T element) |
IConcurrentSet<T> |
AbstractConcurrentSet.addAll(Iterable<T> elements) |
IConcurrentSet<T> |
IConcurrentSet.addAll(Iterable<T> elements) |
| Modifier and Type | Field and Description |
|---|---|
protected IConcurrentSet<Object> |
Subscription.listeners |
Copyright © 2013. All Rights Reserved.