Package eu.bandm.tools.umod.runtime
Class CheckedPair_R<L,R>
java.lang.Object
eu.bandm.tools.umod.runtime.UncheckedPair<L,R>
eu.bandm.tools.umod.runtime.CheckedPair_R<L,R>
- All Implemented Interfaces:
Pair<L,
,R> Pair_checkedRight<L,
,R> Serializable
Implements "Pair" operations and guarantees stricness of right side component.
- See Also:
-
Field Summary
Fields inherited from interface eu.bandm.tools.umod.runtime.Pair
serialVersionUID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A,
B> List<CheckedPair_R<A, B>> fromIterables
(Iterable<A> left, Iterable<B> right, Class<A> lclass, Class<B> rclass) void
ALL constructors and setters reach this (or the complementing) method!Methods inherited from class eu.bandm.tools.umod.runtime.UncheckedPair
equals, fromIterables_unchecked, get_left, get_right, hashCode, set_left, toString, with_left, with_right
-
Constructor Details
-
CheckedPair_R
-
-
Method Details
-
set_right
Description copied from class:UncheckedPair
ALL constructors and setters reach this (or the complementing) method! -
fromIterables
-