public class CASValue<V> extends Object
CASValue(V value, long version)
V
getValue()
long
getVersion()
static <V> CASValue<V>
nullInstance()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CASValue(V value, long version)
public static <V> CASValue<V> nullInstance()
public long getVersion()
public V getValue()
Copyright © 2017. All rights reserved.