| Package | Description |
|---|---|
| com.toolsverse.util.concurrentlinkedhashmap |
This package contains an implementation of a bounded
ConcurrentMap data structure. |
| 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 © 2010-2020 Toolsverse. All Rights Reserved.