public static interface ConcurrentBag.IConcurrentBagEntry
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_IN_USE |
static int |
STATE_NOT_IN_USE |
static int |
STATE_REMOVED |
static int |
STATE_RESERVED |
| Modifier and Type | Method and 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 © 2018. All rights reserved.