public class StrongConcurrentSet<T> extends AbstractConcurrentSet<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
StrongConcurrentSet.StrongEntry<T> |
AbstractConcurrentSet.Entry<T>head| Constructor and Description |
|---|
StrongConcurrentSet() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConcurrentSet.Entry<T> |
createEntry(T value,
AbstractConcurrentSet.Entry<T> next) |
Iterator<T> |
iterator() |
protected AbstractConcurrentSet.Entry<T> createEntry(T value, AbstractConcurrentSet.Entry<T> next)
createEntry in class AbstractConcurrentSet<T>Copyright © 2013. All Rights Reserved.