Package eu.bandm.tools.umod.runtime
Class CheckedCoPair_R<L,R>
java.lang.Object
eu.bandm.tools.umod.runtime.UncheckedCoPair<L,R>
eu.bandm.tools.umod.runtime.CheckedCoPair_R<L,R>
- All Implemented Interfaces:
CoPair<L,,R> CoPair_checkedRight<L,,R> Serializable
Facade to "CoPair" operations and guarantees strictness of right variant,
by overwriting "set_right()"
- 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_R(boolean b, R right) CheckedCoPair_R(CoPair<L, R> p) CheckedCoPair_R(L left) -
Method Summary
Methods inherited from class eu.bandm.tools.umod.runtime.UncheckedCoPair
get_left, get_right, isLeft, set_left, toString