Class CollectingMap<Key,​Value>

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<Key,​Value>

    public class CollectingMap<Key,​Value>
    extends HashMap<Key,​Value>
    a 'Map' which generates its values dynamically to offer a dynamic value set for the scripts
    See Also:
    Serialized Form