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