Class Pair<F,S>
- java.lang.Object
-
- uk.gov.gchq.gaffer.commonutil.pair.Pair<F,S>
-
- Type Parameters:
F
- type of first item in the pairS
- type of second item in the pair
- All Implemented Interfaces:
Serializable
public class Pair<F,S> extends Object implements Serializable
A simple class to contain a pair of items.- See Also:
- Serialized Form