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