Interface ByteCharPair

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

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

      • getOne

        byte getOne()
      • getTwo

        char getTwo()