| Package | Description |
|---|---|
| org.aoju.bus.core.lang.tuple |
| Modifier and Type | Method and Description |
|---|---|
static <L,M,R> MutableTriple<L,M,R> |
MutableTriple.of(L left,
M middle,
R right)
Obtains a mutable triple of three objects inferring the generic types.
|
Copyright © 2019. All rights reserved.