net.metanotion.util
Class AtomicSingleAssignmentReference<V>

java.lang.Object
  extended by net.metanotion.util.AtomicSingleAssignmentReference<V>

public final class AtomicSingleAssignmentReference<V>
extends java.lang.Object


Constructor Summary
AtomicSingleAssignmentReference()
           
 
Method Summary
 V get()
           
 void set(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicSingleAssignmentReference

public AtomicSingleAssignmentReference()
Method Detail

get

public V get()

set

public void set(V value)