This commit is contained in:
@@ -75,6 +75,10 @@ public final class ObjectPool<T> implements Supplier<T>, Consumer<T> {
|
|||||||
this.creator = creator;
|
this.creator = creator;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Creator<T> getCreator() {
|
||||||
|
return this.creator;
|
||||||
|
}
|
||||||
|
|
||||||
public Predicate<T> getRecyclerPredicate() {
|
public Predicate<T> getRecyclerPredicate() {
|
||||||
return recycler;
|
return recycler;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user