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