Class Tuple2<T0,T1>

java.lang.Object
imagingbook.common.util.tuples.Tuple2<T0,T1>
Type Parameters:
T0 - the type of element 0
T1 - the type of element 1
All Implemented Interfaces:
Tuple

public final class Tuple2<T0,T1> extends Object implements Tuple
A tuple with exactly 2 elements of arbitrary types.