L - Left typeR - Right typepublic class IdPair<L,R> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
IdPair(L left,
R right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object obj) |
int |
hashCode() |
static <L,R> IdPair<L,R> |
of(L left,
R right)
Creates an IdPair.
|
String |
toString() |
public static <L,R> IdPair<L,R> of(L left, R right)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.