| Package | Description |
|---|---|
| org.aoju.bus.core.lang.tuple |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTriple<L,M,R>
An immutable triple consisting of three
Object elements. |
class |
MutableTriple<L,M,R>
由三个
Object元素组成的可变三元组 |
| Modifier and Type | Method and Description |
|---|---|
static <L,M,R> Triple<L,M,R> |
Triple.of(L left,
M middle,
R right)
获取由三个推断泛型类型的对象组成的不可变三元组
|
| Modifier and Type | Method and Description |
|---|---|
int |
Triple.compareTo(Triple<L,M,R> other) |
Copyright © 2020. All rights reserved.