-
public class VolatileConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final VolatileConfigDEFAULTprivate final VolatileConfigEMPTYprivate final VolatileConfigUNSAFEpublic final static VolatileConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final VolatileConfiggetDEFAULT()The programmer have to make sure the DEFAULT config is not modified. final VolatileConfiggetEMPTY()The programmer have to make sure the EMPTY config is not modified. final VolatileConfiggetUNSAFE()The UNSAFE is usually used as a placeholder, the programmer should make sure the UNSAFE config is never read. -
-
Method Detail
-
getDEFAULT
final VolatileConfig getDEFAULT()
The programmer have to make sure the DEFAULT config is not modified.
-
getEMPTY
final VolatileConfig getEMPTY()
The programmer have to make sure the EMPTY config is not modified.
-
getUNSAFE
final VolatileConfig getUNSAFE()
-
-
-
-