Package net.engio.mbassy.common
Class StrongConcurrentSet.StrongEntry<T>
java.lang.Object
net.engio.mbassy.common.AbstractConcurrentSet.Entry<T>
net.engio.mbassy.common.StrongConcurrentSet.StrongEntry<T>
- All Implemented Interfaces:
ISetEntry<T>
- Enclosing class:
StrongConcurrentSet<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
StrongEntry
(T value) private
StrongEntry
(T value, AbstractConcurrentSet.Entry<T> next) -
Method Summary
Methods inherited from class net.engio.mbassy.common.AbstractConcurrentSet.Entry
clear, next, remove
-
Field Details
-
value
-
-
Constructor Details
-
StrongEntry
-
StrongEntry
-
-
Method Details
-
getValue
-