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