Interface LongShortPair

  • All Superinterfaces:
    java.lang.Comparable<LongShortPair>, java.io.Serializable
    All Known Implementing Classes:
    LongShortPairImpl

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

      • getOne

        long getOne()
      • getTwo

        short getTwo()