Class PairImpl<T0,T1>

All Implemented Interfaces:
GenericTuple<Object>, Pair<T0,T1>, Tuple

public final class PairImpl<T0,T1> extends AbstractTuple implements Pair<T0,T1>
  • Constructor Details

    • PairImpl

      public PairImpl(String[] labels, T0 e0, T1 e1)
  • Method Details