Uses of Class
java.util.concurrent.ConcurrentHashMap.KeySetView
-
Packages that use ConcurrentHashMap.KeySetView 软件包 描述 java.util.concurrent 实用类通常在并发编程中有用。 -
-
Uses of ConcurrentHashMap.KeySetView in java.util.concurrent
Methods in java.util.concurrent that return ConcurrentHashMap.KeySetView 变量和类型 方法 描述 ConcurrentHashMap.KeySetView<K,V>
ConcurrentHashMap. keySet()
返回此映射中包含的键的Set
视图。ConcurrentHashMap.KeySetView<K,V>
ConcurrentHashMap. keySet(V mappedValue)
返回此映射中键的Set
视图,使用任何添加的给定公共映射值(即Collection.add(E)
和Collection.addAll(Collection)
)。static <K> ConcurrentHashMap.KeySetView<K,Boolean>
ConcurrentHashMap. newKeySet()
创建一个由ConcurrentHashMap支持的新Set
,从给定类型到Boolean.TRUE
。static <K> ConcurrentHashMap.KeySetView<K,Boolean>
ConcurrentHashMap. newKeySet(int initialCapacity)
创建一个由给定类型的ConcurrentHashMap支持的新Set
到Boolean.TRUE
。
-