public class InMemoryRef<T> extends Object implements Ref<T>
InMemoryRef(T initial)
T
commit(T newValue)
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InMemoryRef(T initial)
public T commit(T newValue) throws IOException
commit
Ref<T>
IOException
public T get()
get
Copyright © 2013. All Rights Reserved.