Class FloatObjectPair<T>

java.lang.Object
com.prineside.tdi2.utils.FloatObjectPair<T>
All Implemented Interfaces:
KryoSerializable

public final class FloatObjectPair<T> extends Object implements KryoSerializable
  • Field Details

    • a

      public float a
    • t

      public T t
  • Constructor Details

    • FloatObjectPair

      public FloatObjectPair()
    • FloatObjectPair

      public FloatObjectPair(float a, T b)
  • Method Details