Class ObjectIntPairImpl<T>

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

public class ObjectIntPairImpl<T> extends Object implements ObjectIntPair<T>
This file was automatically generated from template file objectPrimitivePairImpl.stg
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • one

      private final T one
    • two

      private final int two
  • Constructor Details

    • ObjectIntPairImpl

      ObjectIntPairImpl(T newOne, int newTwo)
  • Method Details