Class Tuple3<T0,T1,T2>

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

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

  • Constructor Details

  • Method Details