Class MutablePair<A,B>

java.lang.Object
de.florianmichael.rclasses.functional.tuple.Pair<A,B>
de.florianmichael.rclasses.functional.tuple.mutable.MutablePair<A,B>

public final class MutablePair<A,B> extends Pair<A,B>
Represents a mutable tuple of two elements.
  • Constructor Details

    • MutablePair

      public MutablePair()
    • MutablePair

      public MutablePair(A first, B second)
  • Method Details