public class MutableSupplier<T> extends Object implements com.google.common.base.Supplier<T>
MutableSupplier(T value)
T
get()
void
set(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MutableSupplier(T value)
public void set(T value)
public T get()
get
com.google.common.base.Supplier<T>
Copyright © 2014. All Rights Reserved.