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