Package org.dnsge.powerschoolapi.util
Class Pair<L,R>
- java.lang.Object
-
- org.dnsge.powerschoolapi.util.Pair<L,R>
-
- Type Parameters:
L
- Type of Left ObjectR
- Type of Right Object
public class Pair<L,R> extends java.lang.Object
Simple class to hold a pair of objectsSee this for original
- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L
getL()
R
getR()
void
setL(L l)
void
setR(R r)
-