T - Key classA - Value classpublic class Pair<T,A> extends Object
| Modifier and Type | Method and Description |
|---|---|
T |
getFirstVal() |
A |
getSecondVal() |
void |
setFirstVal(T firstVal) |
void |
setSecondVal(A secondVal) |
Copyright © 2023. All rights reserved.