Class ObjectIntPair<T>

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

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

    • object

      public T object
    • intValue

      public int intValue
  • Constructor Details

    • ObjectIntPair

      public ObjectIntPair()
    • ObjectIntPair

      public ObjectIntPair(T object, int intValue)
  • Method Details