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