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 getOne()  
    long getTwo()  

    Methods inherited from interface java.lang.Comparable

    compareTo