Class LongBytePairImpl

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

public class LongBytePairImpl extends Object implements LongBytePair
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 long one
    • two

      private final byte two
  • Constructor Details

    • LongBytePairImpl

      LongBytePairImpl(long newOne, byte newTwo)
  • Method Details