public class AtomicBooleanArray extends Object
boolean array in which elements may be updated atomically.| Constructor and Description |
|---|
AtomicBooleanArray(int length)
Creates a new AtomicBooleanArray of the given length, with all
elements initially false.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
get(int index) |
int |
length() |
void |
set(int index,
boolean value) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.