Uses of Interface
nonapi.io.github.classgraph.concurrency.SingletonMap.NewInstanceFactory
-
Packages that use SingletonMap.NewInstanceFactory Package Description nonapi.io.github.classgraph.concurrency -
-
Uses of SingletonMap.NewInstanceFactory in nonapi.io.github.classgraph.concurrency
Methods in nonapi.io.github.classgraph.concurrency with parameters of type SingletonMap.NewInstanceFactory Modifier and Type Method Description V
SingletonMap. get(K key, LogNode log, SingletonMap.NewInstanceFactory<V,E> newInstanceFactory)
Check if the given key is in the map, and if so, return the value ofSingletonMap.newInstance(Object, LogNode)
for that key, or block on the result ofSingletonMap.newInstance(Object, LogNode)
if another thread is currently creating the new instance.
-