Interface MutablePair<A,​B>

  • All Superinterfaces:
    Pair<A,​B>

    public interface MutablePair<A,​B>
    extends Pair<A,​B>