Class CmsConstantMap<K,V>

java.lang.Object
org.opencms.util.CmsConstantMap<K,V>
Type Parameters:
K - the type of keys maintained by this map
V - the type of mapped values
All Implemented Interfaces:
Map<K,V>

public class CmsConstantMap<K,V> extends Object implements Map<K,V>
Returns the constant Object the map was initialized with for all get(Object) calls, regardless of what the actual key is.

Since:
7.0.2