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)
| 68 | * @throws IllegalStateException If the instance is already in the pool. |
| 69 | */ |
| 70 | boolean release(@NonNull T instance); |
| 71 | } |
| 72 | |
| 73 | private Pools() { |
no outgoing calls
no test coverage detected