Interface LongDoublePair
- All Superinterfaces:
Comparable<LongDoublePair>
,Serializable
- All Known Implementing Classes:
LongDoublePairImpl
public interface LongDoublePair extends Serializable, Comparable<LongDoublePair>
An instance of this interface can be created by calling PrimitiveTuples.pair(long, double).
This file was automatically generated from template file primitivePrimitivePair.stg
- Since:
- 5.0