Class Pair<FIRST extends Serializable,SECOND extends Serializable>
- java.lang.Object
-
- org.apache.pinot.pql.parsers.utils.Pair<FIRST,SECOND>
-
- All Implemented Interfaces:
Serializable
public class Pair<FIRST extends Serializable,SECOND extends Serializable> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FIRSTgetFirst()SECONDgetSecond()voidsetFirst(FIRST first)voidsetSecond(SECOND second)
-