Uses of Class
net.engio.mbassy.common.AbstractConcurrentSet.Entry
-
Packages that use AbstractConcurrentSet.Entry Package Description net.engio.mbassy.common -
-
Uses of AbstractConcurrentSet.Entry in net.engio.mbassy.common
Subclasses of AbstractConcurrentSet.Entry in net.engio.mbassy.common Modifier and Type Class Description static classStrongConcurrentSet.StrongEntry<T>static classWeakConcurrentSet.WeakEntry<T>Fields in net.engio.mbassy.common declared as AbstractConcurrentSet.Entry Modifier and Type Field Description protected AbstractConcurrentSet.Entry<T>AbstractConcurrentSet. headprivate AbstractConcurrentSet.Entry<T>AbstractConcurrentSet.Entry. nextprivate AbstractConcurrentSet.Entry<T>AbstractConcurrentSet.Entry. predecessorMethods in net.engio.mbassy.common that return AbstractConcurrentSet.Entry Modifier and Type Method Description 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)protected AbstractConcurrentSet.Entry<T>WeakConcurrentSet. createEntry(T value, AbstractConcurrentSet.Entry<T> next)AbstractConcurrentSet.Entry<T>AbstractConcurrentSet.Entry. next()Methods in net.engio.mbassy.common with parameters of type AbstractConcurrentSet.Entry Modifier and Type Method Description 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)protected AbstractConcurrentSet.Entry<T>WeakConcurrentSet. createEntry(T value, AbstractConcurrentSet.Entry<T> next)Constructors in net.engio.mbassy.common with parameters of type AbstractConcurrentSet.Entry Constructor Description Entry(AbstractConcurrentSet.Entry<T> next)StrongEntry(T value, AbstractConcurrentSet.Entry<T> next)WeakEntry(T value, AbstractConcurrentSet.Entry<T> next)
-