Class Tuple4.Tuple4Impl<A,B,C,D>

java.lang.Object
xyz.cofe.coll.im.Tuple4.Tuple4Impl<A,B,C,D>
All Implemented Interfaces:
Serializable, Tuple4<A,B,C,D>
Enclosing interface:
Tuple4<A,B,C,D>

public static final class Tuple4.Tuple4Impl<A,B,C,D> extends Object implements Tuple4<A,B,C,D>
See Also:
  • Field Details

    • a

      public final A a
    • b

      public final B b
    • c

      public final C c
    • d

      public final D d
  • Constructor Details

    • Tuple4Impl

      public Tuple4Impl(A a, B b, C c, D d)
  • Method Details