T
- The pooled and recycled type.@FunctionalInterface public static interface Pool.Recycler<T>
Modifier and Type | Method and Description |
---|---|
void |
recycle(T object)
Recycles the given object to the pool that this recycler works with.
|
void recycle(T object)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.