Package eu.bandm.tools.util.anon
Interface Tuploid2<A0,A1>
- Type Parameters:
A0
- the type of the first component.A1
- the type of the second component.
- All Superinterfaces:
Tuploid1<A0>
A mathematical tuple with at least two components.
-
Method Summary
-
Method Details
-
get1
Return the value of the second component.- Returns:
- the value of the second component.
-