Class CmsCollectionsGenericWrapper.MapWrapper<K,V>

java.lang.Object
org.opencms.util.CmsCollectionsGenericWrapper.MapWrapper<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Map<K,V>
Enclosing class:
CmsCollectionsGenericWrapper

public static class CmsCollectionsGenericWrapper.MapWrapper<K,V> extends Object implements Map<K,V>
Wrapper for lazy maps providing a better containsKey implementation.