public static interface ConcurrentBag.IConcurrentBagEntry
| Modifier and Type | Field | Description |
|---|---|---|
static int |
STATE_IN_USE |
|
static int |
STATE_NOT_IN_USE |
|
static int |
STATE_REMOVED |
|
static int |
STATE_RESERVED |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
compareAndSet(int expectState,
int newState) |
|
int |
getState() |
|
void |
setState(int newState) |
static final int STATE_NOT_IN_USE
static final int STATE_IN_USE
static final int STATE_REMOVED
static final int STATE_RESERVED
Copyright © 2017 Zaxxer.com. All Rights Reserved.