|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.collection.RefCountedSetAtomicInteger<K>
public class RefCountedSetAtomicInteger<K>
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 |
---|
public RefCountedSetAtomicInteger()
Method Detail |
---|
public void clear()
public boolean add(K key)
public boolean remove(K key)
public void removeAll(K key)
public boolean isEmpty()
public java.util.Map<K,java.lang.Object> getRefs()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |