public interface SizedRecyclingSupplier<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
SizedRecyclingSupplier.Factory<T> |
Modifier and Type | Method and Description |
---|---|
T |
get(int size) |
void |
recycle(T object) |
Copyright © 2018 SPF4J. All rights reserved.