Interface MutableTriple<A,B,C>

Type Parameters:
A -
B -
C -
All Superinterfaces:
Triple<A,B,C>

public interface MutableTriple<A,B,C> extends Triple<A,B,C>
A mutable tuple of three values. Two instances are equal if all three values in the first instance are equal to their counterpart in the other instance.