Package com.solibri.smc.api.util
Interface Pair<A,B>
- Type Parameters:
A
- type of the first componentB
- type of the second component
public interface Pair<A,B>
A Generic pair.
- Since:
- 9.12.0
-
Method Summary
A
- type of the first componentB
- type of the second componentpublic interface Pair<A,B>