E - public final class MutableRef<E> extends Object implements java.util.function.Supplier<E>
| Constructor and Description |
|---|
MutableRef() |
MutableRef(E object) |
public MutableRef()
public MutableRef(E object)
public E get()
get in interface java.util.function.Supplier<E>public void set(E object)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.