MCPcopy
hub / github.com/libgdx/libgdx / newObject

Method newObject

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

Source from the content-addressed store, hash-verified

46 }
47
48 abstract protected T newObject ();
49
50 /** Returns an object from this pool. The object may be new (from {@link #newObject()}) or reused (previously
51 * {@link #free(Object) freed}). */

Callers 2

obtainMethod · 0.95
fillMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected