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>
public static class StrongConcurrentSet.StrongEntry<T> extends AbstractConcurrentSet.Entry<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStrongEntry(T value)privateStrongEntry(T value, AbstractConcurrentSet.Entry<T> next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()-
Methods inherited from class net.engio.mbassy.common.AbstractConcurrentSet.Entry
clear, next, remove
-
-