Class ByteLongPairImpl

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

public class ByteLongPairImpl extends Object implements ByteLongPair
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 long two
  • Constructor Details

    • ByteLongPairImpl

      ByteLongPairImpl(byte newOne, long newTwo)
  • Method Details