| Package | Description |
|---|---|
| org.aoju.bus.core.lang.tuple |
键值域元组,值域用于封装使其可变
提供封装多个对象的类,目的是作为方法的返回类型
|
| Modifier and Type | Method and Description |
|---|---|
static <L,M,R> ImmutableTriple<L,M,R> |
ImmutableTriple.nullTriple()
Returns an immutable triple of nulls.
|
static <L,M,R> ImmutableTriple<L,M,R> |
ImmutableTriple.of(L left,
M middle,
R right)
Obtains an immutable triple of three objects inferring the generic types.
|
Copyright © 2022. All rights reserved.