public interface PoolHolder<T> extends Supplier<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
FREE
State FREE.
|
static int |
SINGLE
State Single.
|
static int |
USED
State USED.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getState() |
void |
setState(int state) |
static final int FREE
State FREE.
static final int USED
State USED.
static final int SINGLE
State Single.
Copyright © 2017. All rights reserved.