L
- the first (left) element of the pair; can be any Java objectR
- the second (right)) element of the pair; can be any Java objectpublic static class RWGui.Pair<L,R>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
L |
getL() |
R |
getR() |
void |
setL(L l) |
void |
setR(R r) |