Package | Description |
---|---|
org.apache.commons.lang3.tuple |
Tuple classes, starting with a Pair class in version 3.0.
|
Modifier and Type | Method | 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 from three objects inferring the generic types.
|
Copyright © 2001–2018. All rights reserved.