E
public final class MutableRef<E> extends Object implements Ref<E>
MutableRef()
MutableRef(E object)
get()
void
set(E object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MutableRef()
public MutableRef(E object)
public E get()
get
Ref<E>
public void set(E object)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.