public class ThreadLocalProperties extends Properties
defaults| Constructor and Description |
|---|
ThreadLocalProperties(Properties defaults) |
list, list, load, load, loadFromXML, save, store, store, storeToXML, storeToXMLcontains, containsKey, containsValue, elements, isEmpty, keys, putAll, sizepublic ThreadLocalProperties(Properties defaults)
public static void forSystemProperties()
public static void forSystemProperties(boolean enabled)
public Object setProperty(String key, String value)
setProperty in class Propertiespublic String getProperty(String key)
getProperty in class Propertiespublic String getProperty(String key, String defaultValue)
getProperty in class Propertiespublic Enumeration<?> propertyNames()
propertyNames in class Propertiespublic Set<String> stringPropertyNames()
stringPropertyNames in class Propertiespublic void clear()
@NotNull public @NotNull Collection<Object> values()
public boolean equals(Object o)
public int hashCode()
public Object getOrDefault(Object key, Object defaultValue)
getOrDefault in interface Map<Object,Object>getOrDefault in class Hashtable<Object,Object>public void forEach(BiConsumer<? super Object,? super Object> action)
public void replaceAll(BiFunction<? super Object,? super Object,?> function)
replaceAll in interface Map<Object,Object>replaceAll in class Hashtable<Object,Object>public Object putIfAbsent(Object key, Object value)
putIfAbsent in interface Map<Object,Object>putIfAbsent in class Hashtable<Object,Object>public Object computeIfAbsent(Object key, Function<? super Object,?> mappingFunction)
computeIfAbsent in interface Map<Object,Object>computeIfAbsent in class Hashtable<Object,Object>public Object computeIfPresent(Object key, BiFunction<? super Object,? super Object,?> remappingFunction)
computeIfPresent in interface Map<Object,Object>computeIfPresent in class Hashtable<Object,Object>public Object compute(Object key, BiFunction<? super Object,? super Object,?> remappingFunction)
Copyright © 2020. All rights reserved.