Class ByteCharPairImpl

java.lang.Object
org.eclipse.collections.impl.tuple.primitive.ByteCharPairImpl
All Implemented Interfaces:
Serializable, Comparable<ByteCharPair>, ByteCharPair

public class ByteCharPairImpl extends Object implements ByteCharPair
This file was automatically generated from template file primitivePrimitivePairImpl.stg
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • one

      private final byte one
    • two

      private final char two
  • Constructor Details

    • ByteCharPairImpl

      ByteCharPairImpl(byte newOne, char newTwo)
  • Method Details