Package eu.bandm.tools.umod.runtime
Class UncheckedPair<L,R>
java.lang.Object
eu.bandm.tools.umod.runtime.UncheckedPair<L,R>
- All Implemented Interfaces:
Pair<L,
,R> Serializable
- Direct Known Subclasses:
CheckedPair_L
,CheckedPair_LR
,CheckedPair_R
Implements "Pair" operations, but no strictness.
- See Also:
-
Field Summary
Fields inherited from interface eu.bandm.tools.umod.runtime.Pair
serialVersionUID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static <A,
B> List<UncheckedPair<A, B>> fromIterables_unchecked
(Iterable<A> left, Iterable<B> right, Class<A> lclass, Class<B> rclass) get_left()
int
hashCode()
void
ALL constructors and setters reach this (or the complementing) method!void
ALL constructors and setters reach this (or the complementing) method!toString()
with_right
(R r)
-
Constructor Details
-
UncheckedPair
-
UncheckedPair
-
-
Method Details
-
toString
-
get_left
-
get_right
-
with_left
-
with_right
- Specified by:
with_right
in interfacePair<L,
R>
-
set_left
ALL constructors and setters reach this (or the complementing) method! -
set_right
ALL constructors and setters reach this (or the complementing) method! -
fromIterables_unchecked
-
equals
-
hashCode
public int hashCode()
-