Class MapEntityOps

java.lang.Object
java.util.AbstractMap<String,Object>
org.aksw.commons.beans.model.MapEntityOps
All Implemented Interfaces:
Map<String,Object>

public class MapEntityOps extends AbstractMap<String,Object>
Wrapper to treat a Java object as a map with a set of predefined keys. Note: As this breaks the map contract (similar to some cache implementations), it may be better introduce a separate interface which is similar to map yet different.
Author:
raven