clojure.lang
Class PersistentVector.Node

java.lang.Object
  extended by clojure.lang.PersistentVector.Node
All Implemented Interfaces:
Serializable
Enclosing class:
PersistentVector

public static class PersistentVector.Node
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Object[] array
           
 AtomicReference<Thread> edit
           
 
Constructor Summary
PersistentVector.Node(AtomicReference<Thread> edit, Object[] array)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edit

public final transient AtomicReference<Thread> edit

array

public final Object[] array
Constructor Detail

PersistentVector.Node

public PersistentVector.Node(AtomicReference<Thread> edit,
                             Object[] array)


Copyright © 2015. All Rights Reserved.