MCPcopy Create free account
hub / github.com/OneUIProject/oneui-core / release

Method release

core/src/main/java/androidx/core/util/Pools.java:70–70  ·  view source on GitHub ↗

Release an instance to the pool. @param instance The instance to release. @return Whether the instance was put in the pool. @throws IllegalStateException If the instance is already in the pool.

(@NonNull T instance)

Source from the content-addressed store, hash-verified

68 * @throws IllegalStateException If the instance is already in the pool.
69 */
70 boolean release(@NonNull T instance);
71 }
72
73 private Pools() {

Callers 12

releaseMethod · 0.65
releaseMethod · 0.65
buildMenuViewMethod · 0.65
releaseFromTabPoolMethod · 0.65
removeTabViewAtMethod · 0.65
recycleMethod · 0.65
releaseTempRectMethod · 0.65
poolListMethod · 0.65
recycleUpdateOpMethod · 0.65
recycleMethod · 0.65

Implementers 2

SimplePoolcore/src/main/java/androidx/core/util/
SynchronizedPoolcore/src/main/java/androidx/core/util/

Calls

no outgoing calls

Tested by

no test coverage detected