Hi,
is there a way to put an Index on the values from an Map? For example, if I have a Map like this:
private Map<String, TemplateModel> mmsContainer
and I want to access it fast in following way:
Collection<TemplateModel> values = mmsContainer.values();
Thanks for you help