Package org.ebfhub.fastprotobuf
Class FastProtoObjectPool
java.lang.Object
org.ebfhub.fastprotobuf.FastProtoObjectPool
public class FastProtoObjectPool extends Object
-
Constructor Summary
Constructors Constructor Description FastProtoObjectPool() -
Method Summary
Modifier and Type Method Description voidclearList(List<?> list)voidreturnOne(Object o)voidreturnSpecific(gnu.trove.list.array.TIntArrayList o)voidreturnSpecific(StringBuilder o)voidreturnSpecific(List<?> o)voidreturnSpecific(FastProtoMessage o)<T> Ttake(Class<T> cl)gnu.trove.list.array.TIntArrayListtakeIntList()<T> ArrayList<T>takeList()
-
Constructor Details
-
FastProtoObjectPool
public FastProtoObjectPool()
-
-
Method Details
-
returnOne
-
returnSpecific
-
returnSpecific
-
returnSpecific
-
returnSpecific
public void returnSpecific(gnu.trove.list.array.TIntArrayList o) -
clearList
-
take
-
takeList
-
takeIntList
public gnu.trove.list.array.TIntArrayList takeIntList()
-