Class IntObjectPairImpl<T>

java.lang.Object
org.eclipse.collections.impl.tuple.primitive.IntObjectPairImpl<T>
All Implemented Interfaces:
Serializable, Comparable<IntObjectPair<T>>, IntObjectPair<T>

public class IntObjectPairImpl<T> extends Object implements IntObjectPair<T>
This file was automatically generated from template file primitiveObjectPairImpl.stg
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • one

      private final int one
    • two

      private final T two
  • Constructor Details

    • IntObjectPairImpl

      IntObjectPairImpl(int newOne, T newTwo)
  • Method Details