Class IntShortPairImpl

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

public class IntShortPairImpl extends Object implements IntShortPair
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 short two
  • Constructor Details

    • IntShortPairImpl

      IntShortPairImpl(int newOne, short newTwo)
  • Method Details