Package org.apache.maven.api.toolchain
Class ImmutableCollections.ROProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.maven.api.toolchain.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 TypeMethodDescriptionvoidclear()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) voidputIfAbsent(Object key, Object value) booleanbooleanvoidreplaceAll(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:
replaceAllin interfaceMap<Object,Object> - Overrides:
replaceAllin classProperties
-
putIfAbsent
- Specified by:
putIfAbsentin interfaceMap<Object,Object> - Overrides:
putIfAbsentin classProperties
-
remove
-
replace
-
replace
-
computeIfAbsent
- Specified by:
computeIfAbsentin interfaceMap<Object,Object> - Overrides:
computeIfAbsentin classProperties
-
computeIfPresent
public Object computeIfPresent(Object key, BiFunction<? super Object, ? super Object, ?> remappingFunction) - Specified by:
computeIfPresentin interfaceMap<Object,Object> - Overrides:
computeIfPresentin classProperties
-
compute
-
merge
-