Package eu.bandm.tools.util.anon
Interface Tuploid1<A0>
- Type Parameters:
A0
- the type of the first component.
public interface Tuploid1<A0>
A mathematical tuple with at least one component.
-
Method Summary
-
Method Details
-
get0
Return the value of the first component.- Returns:
- the value of the first component.
-