Package org.apache.iotdb.tsfile.utils
Class Pair<L,R>
- java.lang.Object
-
- org.apache.iotdb.tsfile.utils.Pair<L,R>
-
- Type Parameters:
L- L typeR- R type
- All Implemented Interfaces:
Serializable
public class Pair<L,R> extends Object implements Serializable
Pair is a template class to represent a couple of values. It also override the Object basic methods like hasnCode, equals and toString.- See Also:
- Serialized Form