| 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 © 2019. All rights reserved.