Package | Description |
---|---|
org.dromara.hutool.core.collection.set |
Set 相关封装 |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashSet<E>
通过
SafeConcurrentHashMap 实现的线程安全HashSet |
class |
ConcurrentLinkedHashSet<E>
通过
ConcurrentLinkedHashMap 实现的线程安全HashSet |
Modifier and Type | Method and Description |
---|---|
static <T> SetFromMap<T> |
SetUtil.of(Map<T,Boolean> map)
新建一个SetFromMap
|
Copyright © 2025. All rights reserved.