clojure.lang
Class Volatile

java.lang.Object
  extended by clojure.lang.Volatile
All Implemented Interfaces:
IDeref

public final class Volatile
extends Object
implements IDeref


Constructor Summary
Volatile(Object val)
           
 
Method Summary
 Object deref()
           
 Object reset(Object newval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Volatile

public Volatile(Object val)
Method Detail

deref

public Object deref()
Specified by:
deref in interface IDeref

reset

public Object reset(Object newval)


Copyright © 2016. All Rights Reserved.