public class CheckedPair_L<L,R> extends UncheckedPair<L,R> implements Pair_checkedLeft<L,R>
serialVersionUID
Constructor and Description |
---|
CheckedPair_L(L left,
R right) |
Modifier and Type | Method and Description |
---|---|
static <A,B> List<CheckedPair_L<A,B>> |
fromIterables(Iterable left,
Iterable right,
Class<A> lclass,
Class<B> rclass) |
void |
set_left(L l)
ALL constructors and setters reach this (or the complementing) method!
|
equals, fromIterables_unchecked, get_left, get_right, hashCode, set_right, toString, with_left, with_right
public void set_left(L l)
UncheckedPair
see also the complete user documentation .