Package com.google.common.base
Class Suppliers.NonSerializableMemoizingSupplier<T>
java.lang.Object
com.google.common.base.Suppliers.NonSerializableMemoizingSupplier<T>
- Enclosing class:
Suppliers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lock
-
SUCCESSFULLY_COMPUTED
-
delegate
-
value
-
-
Constructor Details
-
NonSerializableMemoizingSupplier
-
-
Method Details
-
get
Description copied from interface:Supplier
Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation. -
toString
-