Class ObjectIntPair<T>

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

public final class ObjectIntPair<T> extends Object implements com.esotericsoftware.kryo.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

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable