| Package | Description |
|---|---|
| net.engio.mbassy.common |
| Modifier and Type | Class and Description |
|---|---|
static class |
StrongConcurrentSet.StrongEntry<T> |
static class |
WeakConcurrentSet.WeakEntry<T> |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractConcurrentSet.Entry<T> |
AbstractConcurrentSet.head |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConcurrentSet.Entry<T> |
WeakConcurrentSet.createEntry(T value,
AbstractConcurrentSet.Entry<T> next) |
protected abstract AbstractConcurrentSet.Entry<T> |
AbstractConcurrentSet.createEntry(T value,
AbstractConcurrentSet.Entry<T> next) |
protected AbstractConcurrentSet.Entry<T> |
StrongConcurrentSet.createEntry(T value,
AbstractConcurrentSet.Entry<T> next) |
AbstractConcurrentSet.Entry<T> |
AbstractConcurrentSet.Entry.next() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConcurrentSet.Entry<T> |
WeakConcurrentSet.createEntry(T value,
AbstractConcurrentSet.Entry<T> next) |
protected abstract AbstractConcurrentSet.Entry<T> |
AbstractConcurrentSet.createEntry(T value,
AbstractConcurrentSet.Entry<T> next) |
protected AbstractConcurrentSet.Entry<T> |
StrongConcurrentSet.createEntry(T value,
AbstractConcurrentSet.Entry<T> next) |
| Constructor and Description |
|---|
AbstractConcurrentSet.Entry(AbstractConcurrentSet.Entry<T> next) |
Copyright © 2013. All Rights Reserved.