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 |
lazySet(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 © 2022 Zaxxer.com. All rights reserved.