Methods in net.sf.ehcache.util.concurrent that return ConcurrentHashMap.KeySetView |
ConcurrentHashMap.KeySetView<K,V> |
ConcurrentHashMap.keySet()
Returns a Set view of the keys contained in this map. |
ConcurrentHashMap.KeySetView<K,V> |
ConcurrentHashMap.keySet(V mappedValue)
Returns a Set view of the keys in this map, using the
given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(java.util.Collection) ). |
static
|
ConcurrentHashMap.newKeySet()
Creates a new Set backed by a ConcurrentHashMap
from the given type to Boolean.TRUE . |
static
|
ConcurrentHashMap.newKeySet(int initialCapacity)
Creates a new Set backed by a ConcurrentHashMap
from the given type to Boolean.TRUE . |