| 程序包 | 说明 |
|---|---|
| net.dongliu.commons.collection |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ExHashSet<T> |
ExHashSet.of()
Create mutable set
|
static <T> ExHashSet<T> |
ExHashSet.of(T... values) |
static <T> ExHashSet<T> |
ExHashSet.of(T value)
Create mutable set
|
static <T> ExHashSet<T> |
ExHashSet.of(T value1,
T value2)
Create mutable set
|
static <T> ExHashSet<T> |
ExHashSet.of(T value1,
T value2,
T value3)
Create mutable set
|
static <T> ExHashSet<T> |
ExHashSet.of(T value1,
T value2,
T value3,
T value4)
Create mutable set
|
static <T> ExHashSet<T> |
ExHashSet.of(T value1,
T value2,
T value3,
T value4,
T value5)
Create mutable set
|
static <T> ExHashSet<T> |
ExHashSet.of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6)
Create mutable set
|
static <T> ExHashSet<T> |
ExHashSet.of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6,
T value7)
Create mutable set
|
default ExHashSet<T> |
ExStream.toHashSet()
Collect item to a hash set
|
Copyright © 2015. All rights reserved.