public class SettableSupplier<T> extends Object implements com.google.common.base.Supplier<T>
SettableSupplier()
SettableSupplier(T initialValue)
T
get()
void
set(T obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SettableSupplier()
public SettableSupplier(T initialValue)
public void set(T obj)
public T get()
get
com.google.common.base.Supplier<T>
Copyright © 2011–2017. All rights reserved.