Package | Description |
---|---|
org.dcm4che3.conf.core.context |
This package is contained in the Maven module dcm4che-conf-core-api.
|
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<String,Referable> |
LoadingContext.referables
A map of UUID to a loaded (being loaded) object.
|
Modifier and Type | Method and Description |
---|---|
Referable |
LoadingContext.getReferable(String uuid) |
Referable |
LoadingContext.registerReferableIfAbsent(String uuid,
Referable r)
Behaves like
ConcurrentMap.putIfAbsent(K, V) |
Modifier and Type | Method and Description |
---|---|
Referable |
LoadingContext.registerReferableIfAbsent(String uuid,
Referable r)
Behaves like
ConcurrentMap.putIfAbsent(K, V) |
Copyright © 2017 dcm4che.org. All rights reserved.