Interface KeyMap.LazyFactory<V>
- Type Parameters:
V- The type created by the factory.
public static interface KeyMap.LazyFactory<V>
A factory for lazy/on-demand instantiation of values.
-
Method Summary
-
Method Details
-
create
V create()The factory method; creates the value.- Returns:
- The value.
-