Package eu.bandm.tools.umod.runtime
Class CheckedCoPair_LR<L,R>
java.lang.Object
eu.bandm.tools.umod.runtime.UncheckedCoPair<L,R>
eu.bandm.tools.umod.runtime.CheckedCoPair_L<L,R>
eu.bandm.tools.umod.runtime.CheckedCoPair_LR<L,R>
- All Implemented Interfaces:
CoPair<L,,R> CoPair_checkedLeft<L,,R> CoPair_checkedRight<L,,R> Serializable
Implements "CoPair" operations and guarantees strictness of both variants.
- See Also:
-
Field Summary
Fields inherited from class eu.bandm.tools.umod.runtime.UncheckedCoPair
isLeft, left, rightFields inherited from interface eu.bandm.tools.umod.runtime.CoPair
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionCheckedCoPair_LR(boolean b, R right) CheckedCoPair_LR(CoPair<L, R> p) CheckedCoPair_LR(L left) -
Method Summary
Methods inherited from class eu.bandm.tools.umod.runtime.CheckedCoPair_L
set_leftMethods inherited from class eu.bandm.tools.umod.runtime.UncheckedCoPair
get_left, get_right, isLeft, toString