Class LongIntPairImpl

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

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

    • LongIntPairImpl

      LongIntPairImpl(long newOne, int newTwo)
  • Method Details