类的用途
java.util.concurrent.ConcurrentHashMap.KeySetView
-
ConcurrentHashMap.KeySetView 在 java.util.concurrent 中的用法
修饰符和类型方法描述ConcurrentHashMap.keySet()返回此map中包含的键的Set视图。static <K> ConcurrentHashMap.KeySetView<K,Boolean> ConcurrentHashMap.newKeySet()创建一个新的Set,由从给定类型到Boolean.TRUE的 ConcurrentHashMap 支持。static <K> ConcurrentHashMap.KeySetView<K,Boolean> ConcurrentHashMap.newKeySet(int initialCapacity) 创建一个新的Set,由从给定类型到Boolean.TRUE的 ConcurrentHashMap 支持。