| 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.