Interface KeyMap.LazyFactory<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vcreate()The factory method; creates the value.
-
-
-
Method Detail
-
create
V create()
The factory method; creates the value.- Returns:
- The value.
-
-