public class CheckedPair_LR<L,R> extends UncheckedPair<L,R> implements Pair_checkedRight<L,R>, Pair_checkedLeft<L,R>
serialVersionUID| Constructor and Description |
|---|
CheckedPair_LR(L left,
R right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static <A,B> List<CheckedPair_LR<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!
|
void |
set_right(R r)
ALL constructors and setters reach this (or the complementing) method!
|
fromIterables_unchecked, get_left, get_right, hashCode, toString, with_left, with_rightclone, finalize, getClass, notify, notifyAll, wait, wait, waitget_left, get_right, with_left, with_rightpublic void set_left(L l)
UncheckedPairpublic void set_right(R r)
UncheckedPairpublic static <A,B> List<CheckedPair_LR<A,B>> fromIterables(Iterable left, Iterable right, Class<A> lclass, Class<B> rclass)
public boolean equals(Object o)
equals in class UncheckedPair<L,R>see also the complete user documentation .