Class FloatSorter.Entity

java.lang.Object
com.prineside.tdi2.utils.FloatSorter.Entity
All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable
Enclosing class:
FloatSorter

public static class FloatSorter.Entity extends Object implements com.badlogic.gdx.utils.Pool.Poolable
  • Field Details

    • object

      public Object object
    • value

      public float value
  • Constructor Details

    • Entity

      public Entity()
  • Method Details

    • reset

      public void reset()
      Description copied from interface: com.badlogic.gdx.utils.Pool.Poolable
      Resets the object for reuse. Object references should be nulled and fields may be set to default values.
      Specified by:
      reset in interface com.badlogic.gdx.utils.Pool.Poolable