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>
  • Field Details

    • value

      private T value
  • Constructor Details

  • Method Details

    • getValue

      public T getValue()