| Package | Description |
|---|---|
| org.aoju.bus.core.lang.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 © 2019. All rights reserved.