|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConcurrentHashMap.KeySetView | |
---|---|
net.sf.ehcache.util.concurrent |
Uses of ConcurrentHashMap.KeySetView in net.sf.ehcache.util.concurrent |
---|
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 extends E>) ). |
|
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 . |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |