Class RefCountedSetAtomicInteger<K>

java.lang.Object
com.espertech.esper.common.internal.collection.RefCountedSetAtomicInteger<K>

public class RefCountedSetAtomicInteger<K> extends Object
  • Field Details

  • Constructor Details

    • RefCountedSetAtomicInteger

      public RefCountedSetAtomicInteger()
    • RefCountedSetAtomicInteger

      public RefCountedSetAtomicInteger(Map<K,Object> refs)
  • Method Details

    • clear

      public void clear()
      Clear out the collection.
    • add

      public boolean add(K key)
    • remove

      public boolean remove(K key)
    • removeAll

      public void removeAll(K key)
    • isEmpty

      public boolean isEmpty()
    • getRefs

      public Map<K,Object> getRefs()