public static class AtomicArray.Entry<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
index
The original index of the value within the array.
|
E |
value
The value.
|
| Constructor and Description |
|---|
AtomicArray.Entry(int index,
E value) |
Copyright © 2009–2017. All rights reserved.