| 限定符和类型 | 类和说明 |
|---|---|
static interface |
Recyclers.Handle |
| 限定符和类型 | 字段和说明 |
|---|---|
static Recyclers.Handle |
NOOP_HANDLE |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
get() |
protected abstract T |
newObject(Recyclers.Handle handle) |
boolean |
recycle(T o,
Recyclers.Handle handle) |
int |
threadLocalCapacity() |
int |
threadLocalSize() |
public static final Recyclers.Handle NOOP_HANDLE
public final T get()
public final boolean recycle(T o, Recyclers.Handle handle)
protected abstract T newObject(Recyclers.Handle handle)
public final int threadLocalCapacity()
public final int threadLocalSize()
Copyright © 2021. All rights reserved.