- Record Components:
FIRST
- first typeSECOND
- second type
- All Known Implementing Classes:
DoubleDoublePair
,DoubleIntPair
,DoubleMinMax
,IntIntPair
public interface PairInterface<FIRST,SECOND>
Pair interface.
Note: this currently is empty by design. You should always decide
explicitly whether to use boxing pairs
Pair
or primitive pairs such
as IntIntPair
- Author:
- Erich Schubert
-
Method Summary