Package com.swiftmq.tools.gc
Class Recycler
- java.lang.Object
-
- com.swiftmq.tools.gc.Recycler
-
public abstract class Recycler extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
checkIn(Recyclable recyclable)
Recyclable
checkOut()
void
clear()
protected abstract Recyclable
createRecyclable()
Recyclable
get(int index)
Recyclable[]
getUseList()
-
-
-
Method Detail
-
createRecyclable
protected abstract Recyclable createRecyclable()
-
checkOut
public Recyclable checkOut()
-
checkIn
public void checkIn(Recyclable recyclable)
-
get
public Recyclable get(int index)
-
getUseList
public Recyclable[] getUseList()
-
clear
public void clear()
-
-