Package | Description |
---|---|
org.infinispan.util.concurrent.jdk8backported |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMapV8.KeySetView<K,V> |
ConcurrentHashMapV8.keySet()
Returns a
Set view of the keys contained in this map. |
ConcurrentHashMapV8.KeySetView<K,V> |
ConcurrentHashMapV8.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(Collection) ). |
static <K> ConcurrentHashMapV8.KeySetView<K,Boolean> |
ConcurrentHashMapV8.newKeySet()
Creates a new
Set backed by a ConcurrentHashMapV8
from the given type to Boolean.TRUE . |
static <K> ConcurrentHashMapV8.KeySetView<K,Boolean> |
ConcurrentHashMapV8.newKeySet(int initialCapacity)
Creates a new
Set backed by a ConcurrentHashMapV8
from the given type to Boolean.TRUE . |
Copyright © 2015 JBoss, a division of Red Hat. All Rights Reserved.