Package eu.bandm.tools.umod.runtime
Class CheckedPair_L<L,R>
java.lang.Object
eu.bandm.tools.umod.runtime.UncheckedPair<L,R>
eu.bandm.tools.umod.runtime.CheckedPair_L<L,R>
- All Implemented Interfaces:
Pair<L,
,R> Pair_checkedLeft<L,
,R> Serializable
Implements "Pair" operations and guarantees stricness of left 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_L<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_right, toString, with_left, with_right
-
Constructor Details
-
CheckedPair_L
-
-
Method Details
-
set_left
Description copied from class:UncheckedPair
ALL constructors and setters reach this (or the complementing) method! -
fromIterables
-