com.espertech.esper.collection
Class RefCountedSetAtomicInteger<K>

java.lang.Object
  extended by com.espertech.esper.collection.RefCountedSetAtomicInteger<K>

public class RefCountedSetAtomicInteger<K>
extends java.lang.Object


Constructor Summary
RefCountedSetAtomicInteger()
           
 
Method Summary
 boolean add(K key)
           
 void clear()
          Clear out the collection.
 java.util.Map<K,java.lang.Object> getRefs()
           
 boolean isEmpty()
           
 boolean remove(K key)
           
 void removeAll(K key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefCountedSetAtomicInteger

public RefCountedSetAtomicInteger()
Method Detail

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 java.util.Map<K,java.lang.Object> getRefs()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com