public class RefCountedSetAtomicInteger<K> extends Object
RefCountedSetAtomicInteger()
boolean
add(K key)
void
clear()
Map<K,Object>
getRefs()
isEmpty()
remove(K key)
removeAll(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RefCountedSetAtomicInteger()
public void clear()
public boolean add(K key)
public boolean remove(K key)
public void removeAll(K key)
public boolean isEmpty()
public Map<K,Object> getRefs()