Class MutablePair<A,B>

java.lang.Object
ai.timefold.solver.core.impl.util.MutablePair<A,B>
Type Parameters:
A -
B -

public final class MutablePair<A,B> extends Object
A mutable key-value tuple. Two instances are equal if both values in the first instance are equal to their counterpart in the other instance.