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 |
---|---|
AtomicInteger |
state() |
static final int STATE_NOT_IN_USE
static final int STATE_IN_USE
static final int STATE_REMOVED
static final int STATE_RESERVED
AtomicInteger state()
Copyright © 2016 Zaxxer.com. All rights reserved.