Package com.prineside.tdi2.utils
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 interfacecom.badlogic.gdx.utils.Pool.Poolable
-