| 程序包 | 说明 |
|---|---|
| org.skfiy.util.v8 |
| 限定符和类型 | 方法和说明 |
|---|---|
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(java.util.Collection<? extends E>)). |
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 © 2013 The Skfiy Open Association. All Rights Reserved.