- Type Parameters:
T1 - the first element typeT2 - the second element type
- All Implemented Interfaces:
- Delegate<T2,Pair<T1,T2>>
public class PairSecond<T1,T2>
extends Object
implements Delegate<T2,Pair<T1,T2>>
Fetches the second element out of a pair.
- Author:
- rferranti