L - first value typeR - second value typepublic final class Pair<L,R> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
L |
getFirst()
Retrieve the first object.
|
R |
getSecond()
Retrieve the second object.
|
int |
hashCode() |
Copyright © 2000–2025 MPXJ. All rights reserved.