Class CharBytePairImpl

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

public class CharBytePairImpl extends Object implements CharBytePair
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 char one
    • two

      private final byte two
  • Constructor Details

    • CharBytePairImpl

      CharBytePairImpl(char newOne, byte newTwo)
  • Method Details