Interface CharShortPair

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

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

      • getOne

        char getOne()
      • getTwo

        short getTwo()