Package net.engio.mbassy.common
Class AbstractConcurrentSet.Entry<T>
java.lang.Object
net.engio.mbassy.common.AbstractConcurrentSet.Entry<T>
- All Implemented Interfaces:
ISetEntry<T>
- Direct Known Subclasses:
StrongConcurrentSet.StrongEntry
,WeakConcurrentSet.WeakEntry
- Enclosing class:
AbstractConcurrentSet<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AbstractConcurrentSet.Entry
<T> private AbstractConcurrentSet.Entry
<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Entry()
protected
Entry
(AbstractConcurrentSet.Entry<T> next) -
Method Summary