Package | Description |
---|---|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Field and Description |
---|---|
private static Recycler<RecyclableArrayList> |
RecyclableArrayList.RECYCLER |
Modifier and Type | Method and Description |
---|---|
static RecyclableArrayList |
RecyclableArrayList.newInstance()
Create a new empty
RecyclableArrayList instance |
static RecyclableArrayList |
RecyclableArrayList.newInstance(int minCapacity)
Create a new empty
RecyclableArrayList instance with the given capacity. |