Package org.apache.maven.internal.xml
Class ImmutableCollections.ROProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.maven.internal.xml.ImmutableCollections.ROProperties
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- Enclosing class:
ImmutableCollections
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
compute
(Object key, BiFunction<? super Object, ? super Object, ?> remappingFunction) computeIfAbsent
(Object key, Function<? super Object, ?> mappingFunction) computeIfPresent
(Object key, BiFunction<? super Object, ? super Object, ?> remappingFunction) void
putIfAbsent
(Object key, Object value) boolean
boolean
void
replaceAll
(BiFunction<? super Object, ? super Object, ?> function) Methods inherited from class java.util.Properties
clone, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, propertyNames, rehash, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
ROProperties
-
-
Method Details
-
put
-
remove
-
putAll
-
clear
public void clear() -
replaceAll
- Specified by:
replaceAll
in interfaceMap<Object,
Object> - Overrides:
replaceAll
in classProperties
-
putIfAbsent
- Specified by:
putIfAbsent
in interfaceMap<Object,
Object> - Overrides:
putIfAbsent
in classProperties
-
remove
-
replace
-
replace
-
computeIfAbsent
- Specified by:
computeIfAbsent
in interfaceMap<Object,
Object> - Overrides:
computeIfAbsent
in classProperties
-
computeIfPresent
public Object computeIfPresent(Object key, BiFunction<? super Object, ? super Object, ?> remappingFunction) - Specified by:
computeIfPresent
in interfaceMap<Object,
Object> - Overrides:
computeIfPresent
in classProperties
-
compute
-
merge
-