Class java.util.Properties
Added Constructors | |
---|---|
Properties (int )
|
Added Methods | |
---|---|
Object compute (Object, BiFunction<Object, Object, ?> )
|
|
Object computeIfAbsent (Object, Function<Object, ?> )
|
|
Object computeIfPresent (Object, BiFunction<Object, Object, ?> )
|
|
Enumeration<Object> elements ()
|
|
(Set<Entry<Object, Object>> ) entrySet ()
|
|
void forEach (BiConsumer<Object, Object> )
|
|
Object get (Object )
|
|
Object getOrDefault (Object, Object )
|
|
Set<Object> keySet ()
|
|
Enumeration<Object> keys ()
|
|
Object merge (Object, Object, BiFunction<Object, Object, ?> )
|
|
Object put (Object, Object )
|
|
void putAll (Map<?, ?> )
|
|
Object putIfAbsent (Object, Object )
|
|
Object remove (Object )
|
|
boolean replace (Object, Object, Object )
|
|
Object replace (Object, Object )
|
|
void replaceAll (BiFunction<Object, Object, ?> )
|
|
void storeToXML (OutputStream, String, Charset )
|
|
Collection<Object> values ()
|
Changed Fields | ||
---|---|---|
Properties defaults |
Changed from non-volatile to volatile. |