Package com.adobe.xmp.core.namespace
Class DefaultPrefixContract
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
Defines prefix/namespace contract for the standard namespaces.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Method Details
-
getInstance
- Returns:
- Returns an unmodifiable version of the prefix to namespace map.
-