Class FloatIntPairImpl

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

public class FloatIntPairImpl extends Object implements FloatIntPair
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 float one
    • two

      private final int two
  • Constructor Details

    • FloatIntPairImpl

      FloatIntPairImpl(float newOne, int newTwo)
  • Method Details