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 Object
- R- Type of Right Object
 
 public class Pair<L,R> extends java.lang.ObjectSimple class to hold a pair of objectsSee this for original - Version:
- 1.0
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LgetL()RgetR()voidsetL(L l)voidsetR(R r)
 
-