Class ByteIntPairImpl

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

public class ByteIntPairImpl extends Object implements ByteIntPair
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 int two
  • Constructor Details

    • ByteIntPairImpl

      ByteIntPairImpl(byte newOne, int newTwo)
  • Method Details