Class MutableTriplet<A,B,C>

java.lang.Object
de.florianmichael.rclasses.functional.tuple.Triplet<A,B,C>
de.florianmichael.rclasses.functional.tuple.mutable.MutableTriplet<A,B,C>

public final class MutableTriplet<A,B,C> extends Triplet<A,B,C>
Represents a mutable tuple of three elements.
  • Constructor Details

    • MutableTriplet

      public MutableTriplet()
    • MutableTriplet

      public MutableTriplet(A first, B second, C third)
  • Method Details