Interface ISetEntry<T>

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

public interface ISetEntry<T>
Todo: Add javadoc
Author:
bennidi Date: 3/29/13
  • Method Details

    • getValue

      T getValue()
    • remove

      void remove()
    • next

      ISetEntry<T> next()
    • clear

      void clear()