Interface ShortLongPair

All Superinterfaces:
Comparable<ShortLongPair>, Serializable
All Known Implementing Classes:
ShortLongPairImpl

public interface ShortLongPair extends Serializable, Comparable<ShortLongPair>
An instance of this interface can be created by calling PrimitiveTuples.pair(short, long). This file was automatically generated from template file primitivePrimitivePair.stg
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    short
     
    long
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getOne

      short getOne()
    • getTwo

      long getTwo()