Class Tuple3.Tuple3Impl<A,B,C>

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

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

    • a

      public final A a
    • b

      public final B b
    • c

      public final C c
  • Constructor Details

    • Tuple3Impl

      public Tuple3Impl(A a, B b, C c)
  • Method Details