Package org.dmfs.jems2
Interface Pair<Left,Right>
- All Known Implementing Classes:
DelegatingPair,LeftSidedPair,RightSidedPair,ValuePair
public interface Pair<Left,Right>
A pair of typed values, a tuple of two (also called ordered pair).
-
Method Summary