Package org.dmfs.jems2.pair
Class ValuePair<Left,Right>
- java.lang.Object
-
- org.dmfs.jems2.pair.ValuePair<Left,Right>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Leftleft()The left value of the pair, i.e. the 1st value in this 2-tuple.Rightright()The right value of the pair, i.e. the 2nd value in this 2-tuple.
-