Package | Description |
---|---|
com.whitestein.lsps.common.hack.lang3.tuple |
Modifier and Type | Method and Description |
---|---|
static <L,R> ImmutablePair<L,R> |
ImmutablePair.nullPair()
Returns an immutable pair of nulls.
|
static <L,R> ImmutablePair<L,R> |
ImmutablePair.of(L left,
R right)
Obtains an immutable pair of two objects inferring the generic types.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.