Class Tuple4<T0,T1,T2,T3>

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

public final class Tuple4<T0,T1,T2,T3> extends Object implements Tuple
A tuple with exactly 4 elements of arbitrary types.
  • Field Details

  • Constructor Details

  • Method Details