Class MultiKeyResourceMap<RESOURCE extends org.alfresco.utility.model.TestModel>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,RESOURCE>
org.alfresco.rest.repo.resource.cache.MultiKeyResourceMap<RESOURCE>
Type Parameters:
RESOURCE - repository resource, e.g. folder, category, etc.
All Implemented Interfaces:
Serializable, Cloneable, Map<String,RESOURCE>

public class MultiKeyResourceMap<RESOURCE extends org.alfresco.utility.model.TestModel> extends HashMap<String,RESOURCE>
Allows to store data in map and find it using three keys - id, name and alias.
See Also: