| 程序包 | 说明 |
|---|---|
| cn.jdevelops.spring.springutil |
| 限定符和类型 | 方法和说明 |
|---|---|
static <S,T> Pair<S,T> |
Pair.of(S first,
T second)
Creates a new Pair for the given elements.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <S,T> Collector<Pair<S,T>,?,Map<S,T>> |
Pair.toMap()
A collector to create a Map from a Stream of Pairs.
|
Copyright © 2023 tan. All rights reserved.