Class IntIntPairImpl

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

public class IntIntPairImpl extends Object implements IntIntPair
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 int one
    • two

      private final int two
  • Constructor Details

    • IntIntPairImpl

      IntIntPairImpl(int newOne, int newTwo)
  • Method Details