Class CheckedPair_LR<L,R>

java.lang.Object
eu.bandm.tools.umod.runtime.UncheckedPair<L,R>
eu.bandm.tools.umod.runtime.CheckedPair_LR<L,R>
All Implemented Interfaces:
Pair<L,R>, Pair_checkedLeft<L,R>, Pair_checkedRight<L,R>, Serializable

public class CheckedPair_LR<L,R> extends UncheckedPair<L,R> implements Pair_checkedRight<L,R>, Pair_checkedLeft<L,R>
Implements "Pair" operations and guarantees stricness of both components.
ATTENTION "extends CheckedPair_L<L,R>" not possible because "fromInterables()" would have incompatible return type.
See Also: