Module org.eclipse.persistence.core
Class NamespaceResolverStorage
java.lang.Object
java.util.AbstractMap<String,String>
java.util.HashMap<String,String>
java.util.LinkedHashMap<String,String>
org.eclipse.persistence.internal.oxm.NamespaceResolverStorage
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,String> SequencedMap<String,String>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentrySet()Unmodifiable set of entrieskeySet()Unmodifiable set of keysvoidputIfAbsent(String key, String value) booleanbooleanvoidreplaceAll(BiFunction<? super String, ? super String, ? extends String> function) voidsetNamespaces(Vector<Namespace> namespaces) values()Unmodifiable collection of valuesMethods inherited from class java.util.LinkedHashMap
clear, containsValue, forEach, get, getOrDefault, newLinkedHashMap, putFirst, putLast, removeEldestEntry, reversed, sequencedEntrySet, sequencedKeySet, sequencedValuesMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, newHashMap, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, sizeMethods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry
-
Constructor Details
-
NamespaceResolverStorage
public NamespaceResolverStorage() -
NamespaceResolverStorage
public NamespaceResolverStorage(int initialCapacity)
-
-
Method Details
-
put
-
putAll
-
remove
-
putIfAbsent
- Specified by:
putIfAbsentin interfaceMap<String,String> - Overrides:
putIfAbsentin classHashMap<String,String>
-
remove
-
replace
-
replace
-
getNamespaces
-
setNamespaces
-
keySet
Unmodifiable set of keys -
values
Unmodifiable collection of values -
entrySet
Unmodifiable set of entries -
replaceAll
- Specified by:
replaceAllin interfaceMap<String,String> - Overrides:
replaceAllin classLinkedHashMap<String,String>
-