Class ByteBytePairImpl

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

public class ByteBytePairImpl extends Object implements ByteBytePair
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 byte two
  • Constructor Details

    • ByteBytePairImpl

      ByteBytePairImpl(byte newOne, byte newTwo)
  • Method Details