public static class PersistentVector.Node extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Object[] |
array |
AtomicReference<Thread> |
edit |
| Constructor and Description |
|---|
Node(AtomicReference<Thread> edit,
Object[] array) |
public final transient AtomicReference<Thread> edit
public final Object[] array
public Node(AtomicReference<Thread> edit, Object[] array)
Copyright © 2025. All rights reserved.