public class CheckedCoPair_LR<L,R> extends CheckedCoPair_L<L,R> implements CoPair_checkedRight<L,R>
serialVersionUID
Constructor and Description |
---|
CheckedCoPair_LR(boolean b,
R right) |
CheckedCoPair_LR(CoPair<L,R> p) |
CheckedCoPair_LR(L left) |
Modifier and Type | Method and Description |
---|---|
void |
set_right(R r) |
set_left
get_left, get_right, isLeft, toString
see also the complete user documentation .