Uses of Class
nonapi.io.github.classgraph.concurrency.SingletonMap.NewInstanceException
Packages that use SingletonMap.NewInstanceException
-
Uses of SingletonMap.NewInstanceException in nonapi.io.github.classgraph.concurrency
Methods in nonapi.io.github.classgraph.concurrency that throw SingletonMap.NewInstanceExceptionModifier and TypeMethodDescriptionCheck 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.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.