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 from,
int to) |
int |
getState() |
static final int STATE_NOT_IN_USE
static final int STATE_IN_USE
static final int STATE_REMOVED
static final int STATE_RESERVED
Copyright © 2015 Zaxxer.com. All Rights Reserved.