Class ObjectPair<F,S>

java.lang.Object
com.prineside.tdi2.utils.ObjectPair<F,S>
All Implemented Interfaces:
Pool.Poolable, KryoSerializable

public final class ObjectPair<F,S> extends Object implements Pool.Poolable, KryoSerializable
  • Field Details

    • first

      public F first
    • second

      public S second
  • Constructor Details

    • ObjectPair

      public ObjectPair()
    • ObjectPair

      public ObjectPair(F first, S second)
  • Method Details