MCPcopy
hub / github.com/libgdx/libgdx / reset

Method reset

gdx/src/com/badlogic/gdx/utils/Pool.java:130–130  ·  view source on GitHub ↗

Resets the object for reuse. Object references should be nulled and fields may be set to default values.

()

Source from the content-addressed store, hash-verified

128 static public interface Poolable {
129 /** Resets the object for reuse. Object references should be nulled and fields may be set to default values. */
130 public void reset ();
131 }
132}

Callers 15

testEntrySetMethod · 0.65
testMethod · 0.65
getKthNearestEnemyMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
getStatusMethod · 0.65
generateMethod · 0.65
solveMethod · 0.65
stepMethod · 0.65
solveMethod · 0.65
resetMethod · 0.65
resetMethod · 0.65

Implementers 15

HttpRequestgdx/src/com/badlogic/gdx/Net.java
QuadTreeFloatgdx/src/com/badlogic/gdx/utils/QuadTre
Actiongdx/src/com/badlogic/gdx/scenes/scene2
Eventgdx/src/com/badlogic/gdx/scenes/scene2
TouchFocusgdx/src/com/badlogic/gdx/scenes/scene2
Cellgdx/src/com/badlogic/gdx/scenes/scene2
GlyphLayoutgdx/src/com/badlogic/gdx/graphics/g2d/
GlyphRungdx/src/com/badlogic/gdx/graphics/g2d/
Transformgdx/src/com/badlogic/gdx/graphics/g3d/
VertexInfogdx/src/com/badlogic/gdx/graphics/g3d/
FloatCountergdx/src/com/badlogic/gdx/math/FloatCou
Musicbackends/gdx-backend-lwjgl3/src/com/ba

Calls

no outgoing calls

Tested by 6

testEntrySetMethod · 0.52
testMethod · 0.52
getKthNearestEnemyMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
getStatusMethod · 0.52