public class ConcurrentDequeRecycler<T> extends DequeRecycler<T>
Recycler.C<T>, Recycler.Factory<T>, Recycler.V<T>| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Recycler.C<T> |
c |
| コンストラクタと説明 |
|---|
ConcurrentDequeRecycler(Recycler.C<T> c,
int maxSize) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
afterRelease(boolean recycled)
Called after a release.
|
protected boolean |
beforeRelease()
Called before releasing an object, returns true if the object should be recycled and false otherwise.
|
void |
close() |
Recycler.V<T> |
obtain() |
Recycler.V<T> |
obtain(int sizing) |
protected final Recycler.C<T> c
public ConcurrentDequeRecycler(Recycler.C<T> c, int maxSize)
public Recycler.V<T> obtain(int sizing)
protected boolean beforeRelease()
DequeRecyclerbeforeRelease クラス内 DequeRecycler<T>protected void afterRelease(boolean recycled)
DequeRecyclerafterRelease クラス内 DequeRecycler<T>public Recycler.V<T> obtain()
Copyright © 2009–2016. All rights reserved.