Interface ISetEntry<T>

All Known Implementing Classes:
AbstractConcurrentSet.Entry, StrongConcurrentSet.StrongEntry, WeakConcurrentSet.WeakEntry

public interface ISetEntry<T>
Todo: Add javadoc
  • Method Details

    • getValue

      T getValue()
    • remove

      void remove()
    • next

      ISetEntry<T> next()
    • clear

      void clear()