Package | Description |
---|---|
cn.orionsec.kit.lang.define.collect | |
cn.orionsec.kit.lang.utils.collect |
Modifier and Type | Method and Description |
---|---|
static <E> ConcurrentHashSet<E> |
ConcurrentHashSet.create() |
static <E> ConcurrentHashSet<E> |
ConcurrentHashSet.create(Collection<? extends E> s) |
static <E> ConcurrentHashSet<E> |
ConcurrentHashSet.create(Map<? extends E,?> m) |
Modifier and Type | Method and Description |
---|---|
static <E> ConcurrentHashSet<E> |
Sets.newCurrentSet() |
static <E> ConcurrentHashSet<E> |
Sets.newCurrentSet(Collection<? extends E> c) |
static <E> ConcurrentHashSet<E> |
Sets.newCurrentSet(int capacity) |
static <E> ConcurrentHashSet<E> |
Sets.newCurrentSet(Map<? extends E,?> m) |
Copyright © 2024. All rights reserved.