Interface MutableQuadruple<A,​B,​C,​D>

  • Type Parameters:
    A -
    B -
    C -
    D -
    All Superinterfaces:
    Quadruple<A,​B,​C,​D>

    public interface MutableQuadruple<A,​B,​C,​D>
    extends Quadruple<A,​B,​C,​D>
    A mutable tuple of four values. Two instances are equal if all four values in the first instance are equal to their counterpart in the other instance.