Example usage for org.apache.commons.collections15.map LazyMap subclass-usage

List of usage examples for org.apache.commons.collections15.map LazyMap subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15.map LazyMap subclass-usage.

Usage

From source file gov.nih.nci.cabig.caaers.web.fields.InputFieldGroupMap.java

/**
 * @author Rhett Sutphin
 */
public class InputFieldGroupMap extends LazyMap<String, InputFieldGroup> {
    public InputFieldGroupMap() {
        super(new LinkedHashMap<String, InputFieldGroup>(), new RepeatingFieldGroupTransformer());

From source file gov.nih.nci.cabig.caaers.web.ae.AttributionMap.java

/**
 * This is a nested collection view of an AdverseEventReport, exposing the various attributions in a
 * way that's friendly to the form view and the data binder. It's a map of lists of lists. The
 * keys/indices are
 * <ul>
 * <li>The attribution key (from the constants in {@link ExpeditedAdverseEventInputCommand})