public class OrderIdMapEntryPool
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SIZE |
| Constructor and Description |
|---|
OrderIdMapEntryPool() |
OrderIdMapEntryPool(int size) |
| Modifier and Type | Method and Description |
|---|---|
OrderIdMapEntry |
borrow() |
void |
giveBack(OrderIdMapEntry borrowedEntry) |
public static final int DEFAULT_SIZE
public OrderIdMapEntryPool()
public OrderIdMapEntryPool(int size)
public OrderIdMapEntry borrow()
public void giveBack(OrderIdMapEntry borrowedEntry)