public interface AtomicArray<E>
Modifier and Type | Method and Description |
---|---|
void |
empty() |
E |
get(int index) |
boolean |
isEmpty() |
void |
set(int index,
E val) |
int |
size() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.