Uses of Class
org.apache.bookkeeper.common.collections.RecyclableArrayList
-
Packages that use RecyclableArrayList Package Description org.apache.bookkeeper.common.collections Bookkeeper common collections. -
-
Uses of RecyclableArrayList in org.apache.bookkeeper.common.collections
Methods in org.apache.bookkeeper.common.collections that return RecyclableArrayList Modifier and Type Method Description RecyclableArrayList<X>
RecyclableArrayList.Recycler. newInstance()
protected RecyclableArrayList<X>
RecyclableArrayList.Recycler. newObject(io.netty.util.Recycler.Handle<RecyclableArrayList<X>> handle)
Method parameters in org.apache.bookkeeper.common.collections with type arguments of type RecyclableArrayList Modifier and Type Method Description protected RecyclableArrayList<X>
RecyclableArrayList.Recycler. newObject(io.netty.util.Recycler.Handle<RecyclableArrayList<X>> handle)
-